[issue11161] futures.ProcessPoolExecutor hangs

Brian Quinlan report at bugs.python.org
Wed Feb 9 22:08:21 CET 2011


Brian Quinlan <brian at sweetapp.com> added the comment:

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.

----------
components: +Documentation -IDLE

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11161>
_______________________________________


More information about the Python-bugs-list mailing list