STINNER Victor added the comment:

futures.patch: reuse _AcquireFutures context manager to protect the list of 
futures against concurrent access.

Without the patch, stress_wait.py hangs. With the patch, it works correctly.

----------
keywords: +patch
Added file: http://bugs.python.org/file33653/futures.patch

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

Reply via email to