]> 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 02:12:58 +0000 (21:12 -0500)
committerTim Peters <tim@python.org>
Wed, 9 Oct 2013 02:12:58 +0000 (21:12 -0500)
commite99bdb9694dd472fda932926d87cd6d783ec5da8
treeae646be60a30d6a478235350fc1dc1262e3ab9f8
parent77e904e6a6d8fefd8c6100ea33cf46fb69b45efd
parent7634e1cf9028ed5b21f0a97db45c91d8e8a159a6
Issue 19158:  a rare race in BoundedSemaphore could allow .release() too often.
Lib/test/test_threading.py
Lib/threading.py