]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 22 Mar 2022 14:02:51 +0000 (16:02 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 14:02:51 +0000 (16:02 +0200)
commit32e77154ddfc514a3144d5912bffdd957246fd6c
tree862472617c97dc822ea1dbc33cd3e0396090ebb1
parent673755bfbac46b3cd2c84d7e0d68c2c488e039c3
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_locks.py
Misc/NEWS.d/next/Library/2022-03-15-18-32-12.bpo-45997.4n2aVU.rst [new file with mode: 0644]