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 amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc, jnoller, roudkerk, theller
Date 2008-06-20.00:04:34
SpamBayes Score 0.20260464
Marked as misclassified No
Message-id <1213920281.41.0.701732236842.issue3125@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that implements a custom pickler for
multiprocessing.forking.
copy_reg has been completely replaced by calls to
ForkingPickler.register(): the global registry is not modified.
History
Date User Action Args
2008-06-20 00:04:42amaury.forgeotdarcsetspambayes_score: 0.202605 -> 0.20260464
recipients: + amaury.forgeotdarc, theller, Rhamphoryncus, roudkerk, jnoller
2008-06-20 00:04:41amaury.forgeotdarcsetspambayes_score: 0.202605 -> 0.202605
messageid: <1213920281.41.0.701732236842.issue3125@psf.upfronthosting.co.za>
2008-06-20 00:04:39amaury.forgeotdarclinkissue3125 messages
2008-06-20 00:04:39amaury.forgeotdarccreate