]> 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:54:16 +0000 (22:54 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 22 Apr 2013 19:54:16 +0000 (22:54 +0300)
commitb00b596c053cf21826b5fe342be0354333a102f5
treebc6ae02e0f9e6bad52c6373de7f6c6ee4d76df82
parentfcd9f222385c7855241a3f6bfe84b454e2373cdf
parent81a5855a2739797a9a41e03acecf9746baa3e882
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