]> granicus.if.org Git - python/commit
Issue #13502: threading: Fix a race condition in Event.wait() that made it
authorCharles-François Natali <neologix@free.fr>
Sat, 7 Jan 2012 17:24:56 +0000 (18:24 +0100)
committerCharles-François Natali <neologix@free.fr>
Sat, 7 Jan 2012 17:24:56 +0000 (18:24 +0100)
commitded0348c08f298fda4426eb2a62cc3d50eed25b5
treef762e7f1f50cce89494a53a5744ad307d0d02b2d
parentb52e7a9a364096d355d32927c537389cfc10a5db
Issue #13502: threading: Fix a race condition in Event.wait() that made it
return False when the event was set and cleared right after.
Doc/library/threading.rst
Lib/test/lock_tests.py
Lib/threading.py
Misc/NEWS