]> 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 18:25:11 +0000 (13:25 -0500)
committerTim Peters <tim@python.org>
Wed, 9 Oct 2013 18:25:11 +0000 (13:25 -0500)
commitb82300b02d01af243c00e232d32a21bb6987af81
tree1683607bbd48d4f5a105901a8225de594ee7d215
parent32dc14108858db0c7d1056f10d8872d2943fb07b
Issue 19158:  a rare race in BoundedSemaphore could allow .release() too often.
Misc/NEWS