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 abn
Recipients abn, jnoller, sbt
Date 2013-02-22.07:35:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361518546.08.0.924707089889.issue17273@psf.upfronthosting.co.za>
In-reply-to
Content
I should have mentioned this too,

[GOOD] Workaround:
Probably the 'correct' way to achieve what is required in the example, could be to use a managed pool.

pool = multiprocessing.Manager().Pool()
History
Date User Action Args
2013-02-22 07:35:46abnsetrecipients: + abn, jnoller, sbt
2013-02-22 07:35:46abnsetmessageid: <1361518546.08.0.924707089889.issue17273@psf.upfronthosting.co.za>
2013-02-22 07:35:46abnlinkissue17273 messages
2013-02-22 07:35:45abncreate