Arfrever Frehtes Taifersar Arahesis added the comment:

Apparently problem was only reproducible in Python 3, because in Python 3, in 
"while finished < use_mp" loop, accumulate_result() is called early before 
checking if result[0] is INTERRUPTED or CHILD_ERROR, while in Python 2, 
accumulate_result() is called after check for result[0].

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25373>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to