This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mishok13
Recipients jnoller, mishok13, roudkerk
Date 2008-07-09.12:01:23
SpamBayes Score 0.08851643
Marked as misclassified No
Message-id <1215604884.64.0.41728166922.issue3325@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-07-09 12:01:25mishok13setspambayes_score: 0.0885164 -> 0.08851643
recipients: + mishok13, roudkerk, jnoller
2008-07-09 12:01:24mishok13setspambayes_score: 0.0885164 -> 0.0885164
messageid: <1215604884.64.0.41728166922.issue3325@psf.upfronthosting.co.za>
2008-07-09 12:01:23mishok13linkissue3325 messages
2008-07-09 12:01:23mishok13create