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 neologix, pitrou, sbt
Date 2013-03-21.13:55:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363874121.67.0.663538459723.issue17025@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, I forgot to mention it previously, but multiprocessing.connection uses a custom pickler (ForkingPickler). By replacing it with plain pickle.dumps() calls, you may produce regressions since some types won't be sendable anymore (although the test suite might not check for this).
History
Date User Action Args
2013-03-21 13:55:21pitrousetrecipients: + pitrou, neologix, sbt
2013-03-21 13:55:21pitrousetmessageid: <1363874121.67.0.663538459723.issue17025@psf.upfronthosting.co.za>
2013-03-21 13:55:21pitroulinkissue17025 messages
2013-03-21 13:55:21pitroucreate