Issue 3325: use of cPickle in multiprocessing (original ) (raw ) Issue3325
Created on 2008-07-09 12:01 by mishok13 , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
issue3325.diff
mishok13,2008-07-09 12:05
Messages (3)
msg69463 - (view)
Author: Andrii V. Mishkovskyi (mishok13)
Date: 2008-07-09 12:01
There are two places in multiprocessing where cPickle (gone from py3k already) is used. Both of them are in try .. except, so they don't break code. Here is a patch that removes these uses.
msg69464 - (view)
Author: Andrii V. Mishkovskyi (mishok13)
Date: 2008-07-09 12:05
And here is the patch.
msg80117 - (view)
Author: Jesse Noller (jnoller) *
Date: 2009-01-18 19:45
Checked into python-3000 as r68728
History
Date
User
Action
Args
2022-04-11 14:56:36
admin
set
github: 47575
2009-01-18 19:46:00
jnoller
set
status: open -> closedresolution: fixedmessages: +
2009-01-08 21:25:28
jnoller
set
assignee: jnoller
2008-07-09 12:05:27
mishok13
set
files: + issue3325.diff keywords: + patch messages: +
2008-07-09 12:01:23
mishok13
create