[issue14406] Race condition in concurrent.futures

Roundup Robot report at bugs.python.org
Sat Mar 31 20:30:56 CEST 2012


Roundup Robot <devnull at psf.upfronthosting.co.za> added the comment:

New changeset 0312db5265d0 by Antoine Pitrou in branch '3.2':
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`.
http://hg.python.org/cpython/rev/0312db5265d0

New changeset 2c1432552213 by Antoine Pitrou in branch 'default':
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`.
http://hg.python.org/cpython/rev/2c1432552213

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list