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 bquinlan
Recipients bquinlan, pclinch
Date 2011-02-09.21:08:20
SpamBayes Score 0.0022256318
Marked as misclassified No
Message-id <1297285701.26.0.383399378025.issue11161@psf.upfronthosting.co.za>
In-reply-to
Content
ProcessPoolExecutor is not expected to work with any interactive shell on Windows because it uses the multiprocessing module behind the scenes, which has that limitation.

I'm reclassifying this as a documentation bug since either a reference to http://docs.python.org/dev/library/multiprocessing.html#programming-guidelines should appear in the futures docs or (better) the content should be rewritten specifically for ProcessPoolExecutor.
History
Date User Action Args
2011-02-09 21:08:21bquinlansetrecipients: + bquinlan, pclinch
2011-02-09 21:08:21bquinlansetmessageid: <1297285701.26.0.383399378025.issue11161@psf.upfronthosting.co.za>
2011-02-09 21:08:20bquinlanlinkissue11161 messages
2011-02-09 21:08:20bquinlancreate