]> granicus.if.org Git - python/commit
Issue #11714: Use 'with' statements to assure a Semaphore releases a
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 22 Apr 2013 19:51:43 +0000 (22:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 22 Apr 2013 19:51:43 +0000 (22:51 +0300)
commit81a5855a2739797a9a41e03acecf9746baa3e882
treefc5d3e9692e9924c580501773827ef2d30f56786
parentd4cb4b74517922a4594b252edadb35222e81e47d
Issue #11714: Use 'with' statements to assure a Semaphore releases a
condition variable.  Original patch by Thomas Rachel.
Lib/threading.py
Misc/ACKS
Misc/NEWS