]> granicus.if.org Git - python/commit
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
authorBar Harel <bzvi7919@gmail.com>
Fri, 2 Feb 2018 22:04:00 +0000 (00:04 +0200)
committerYury Selivanov <yury@magic.io>
Fri, 2 Feb 2018 22:04:00 +0000 (17:04 -0500)
commit2f79c014931cbb23b08a7d16c534a3cc9607ae14
tree84bb7aa654ee9a7ee792ec897726da45da8ce276
parent66771422d0541289d0b1287bc3c28e8b5609f6b4
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_locks.py
Misc/ACKS
Misc/NEWS.d/next/Library/2018-02-01-01-34-47.bpo-32734.gCV9AD.rst [new file with mode: 0644]