[issue23051] multiprocessing.pool methods imap()[_unordered()] deadlock

Serhiy Storchaka report at bugs.python.org
Sat Mar 7 17:49:56 CET 2015


Serhiy Storchaka added the comment:

May be the code would cleaner when convert the "for" loop to the "while" loop and wrap in try/except only next()?

----------
Added file: http://bugs.python.org/file38377/issue_23051_4-3.4.patch

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


More information about the Python-bugs-list mailing list