]> granicus.if.org Git - python/commit
Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).
authorGuido van Rossum <guido@python.org>
Tue, 29 Sep 2015 18:54:45 +0000 (11:54 -0700)
committerGuido van Rossum <guido@python.org>
Tue, 29 Sep 2015 18:54:45 +0000 (11:54 -0700)
commitd455a50773eb1f4531882a0b99ff7a253ad1d41e
tree28211b4643e499edddd219416ba19a5a93cfa5d0
parentd94c1b92ed6420044d38b59371fd934b9ca9a79f
Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_locks.py
Misc/NEWS