]> granicus.if.org Git - python/commit
[3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5502)
authorBar Harel <bzvi7919@gmail.com>
Fri, 2 Feb 2018 23:15:31 +0000 (01:15 +0200)
committerYury Selivanov <yury@magic.io>
Fri, 2 Feb 2018 23:15:31 +0000 (18:15 -0500)
commit7e4cf8e95d2971ae0d5fb417152183070184293f
tree4d83f97a0695d0b33846e6e10394bb83337a88ce
parentfbf8e823c02ac1c93a48609cc74e439e19ccb426
[3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5502)

(cherry picked from commit d41e9e0952393e64f2f9756d778553d704191086)
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]