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 pitrou
Recipients Jimbofbx, asksol, dragonfyre13, dsvensson, gsson, jnoller, jodal, pitrou, sbt
Date 2012-04-09.12:04:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333973069.83.0.505361358128.issue4892@psf.upfronthosting.co.za>
In-reply-to
Content
Unless there's a technical barrier, I still think it would be better to use ForkingPickler in multiprocessing.connection, rather than modify global state (copyreg). The pickling support is multiprocessing-specific and wouldn't make sense for other pickles (e.g. stored to disk).
History
Date User Action Args
2012-04-09 12:04:29pitrousetrecipients: + pitrou, jnoller, gsson, dsvensson, asksol, jodal, Jimbofbx, dragonfyre13, sbt
2012-04-09 12:04:29pitrousetmessageid: <1333973069.83.0.505361358128.issue4892@psf.upfronthosting.co.za>
2012-04-09 12:04:29pitroulinkissue4892 messages
2012-04-09 12:04:29pitroucreate