]> 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)
commit641d6217a839f42ccac6478ff7272dfef5c807e4
treeaea0386f1c923fedc1eabe31542c77db573a0adc
parent090588ec2ce134a0b2acd1e30be4f20db33a1d27
Issue 19158:  a rare race in BoundedSemaphore could allow .release() too often.
(grafted from e06edc0c7a4951327f0c95ebeebccba6879a6063)
Lib/test/test_threading.py
Lib/threading.py