]> granicus.if.org Git - python/commit
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 31 Mar 2012 18:25:22 +0000 (20:25 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 31 Mar 2012 18:25:22 +0000 (20:25 +0200)
commit8b34b53c52ce604bc48b39f83089cd404201de1b
tree7f15c215d673520fb452b7652187448b8119f5f0
parent6eeadf0a3efd964837e0a274bf202442facdb617
parentf70401e842d120407c5450d0b89cece8616af8e4
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`.
Patch by Matt Joiner.
Lib/concurrent/futures/_base.py
Lib/test/test_concurrent_futures.py
Misc/NEWS