[issue17874] ProcessPoolExecutor in interactive shell doesn't work in Windows
Decade added the comment: Oh, yeah, using Python 3.3.1 (v3.3.1:d9893d13c628, Apr 6 2013, 20:30:21) [MSC v.1600 64 bit (AMD64)] on win32 -- ___ Python tracker <http://bugs.python.org/issue17874> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17874] ProcessPoolExecutor in interactive shell doesn't work in Windows
Decade added the comment:
Ah. Then, a documentation error. The error message ("queue.Full"?) and the
documentation are totally not clear about that. Does ProcessPoolExecutor just
not require tasks to be picklable in Unix?
Also, this raises questions about what exactly "picklable" means, and why it's
not defined in the documentation.
--
___
Python tracker
<http://bugs.python.org/issue17874>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
