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 neologix
Recipients neologix, pitrou, sbt
Date 2013-03-21.15:25:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1sUYFgfb-HjxFLk9Fbxt=UbLvPj=dJgLvs5ddU+gE17g@mail.gmail.com>
In-reply-to <1363874121.67.0.663538459723.issue17025@psf.upfronthosting.co.za>
Content
> By the way, I forgot to mention it previously, but
> multiprocessing.connection uses a custom pickler (ForkingPickler).

Thanks, I didn't know.
Here's a patch using ForkingPickler.

I did a bit of refactoring to move the pickling code from
connection.py to forking.py.
Files
File name Uploaded
queues_contention-3.diff neologix, 2013-03-21.15:25:56
History
Date User Action Args
2013-03-21 15:25:57neologixsetrecipients: + neologix, pitrou, sbt
2013-03-21 15:25:56neologixlinkissue17025 messages
2013-03-21 15:25:56neologixcreate