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 anacrolix
Recipients anacrolix
Date 2012-03-25.18:36:42
SpamBayes Score 0.06107284
Marked as misclassified No
Message-id <1332700603.2.0.848156169458.issue14406@psf.upfronthosting.co.za>
In-reply-to
Content
There's a race condition in concurrent.futures in _AllCompletedWaiter, which affects wait(return_when=ALL_COMPLETED).

The attached test will go into an infinite wait.
History
Date User Action Args
2012-03-25 18:36:44anacrolixsetrecipients: + anacrolix
2012-03-25 18:36:43anacrolixsetmessageid: <1332700603.2.0.848156169458.issue14406@psf.upfronthosting.co.za>
2012-03-25 18:36:42anacrolixlinkissue14406 messages
2012-03-25 18:36:42anacrolixcreate