This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients anacrolix, bquinlan, loewis, pitrou, python-dev, rosslagerwall
Date 2012-03-31.18:30:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SE34b-0001OH-SK@dinsdale.python.org>
In-reply-to
Content
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
History
Date User Action Args
2012-03-31 18:30:56python-devsetrecipients: + python-dev, loewis, bquinlan, pitrou, anacrolix, rosslagerwall
2012-03-31 18:30:55python-devlinkissue14406 messages
2012-03-31 18:30:55python-devcreate