]> granicus.if.org Git - python/commit
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
authorTim Peters <tim@python.org>
Wed, 9 Oct 2013 01:55:51 +0000 (20:55 -0500)
committerTim Peters <tim@python.org>
Wed, 9 Oct 2013 01:55:51 +0000 (20:55 -0500)
commit7634e1cf9028ed5b21f0a97db45c91d8e8a159a6
treead1fe9e98197bb607b5e833df4df62c34e75937e
parentee82d0b29355df56744962b51563f24c4d2a6102
Issue 19158:  a rare race in BoundedSemaphore could allow .release() too often.
Lib/test/test_threading.py
Lib/threading.py