]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Mar 2022 15:15:24 +0000 (08:15 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 15:15:24 +0000 (17:15 +0200)
commit9d59381a5d20157930bae34e5f5a7bc5ef09fa89
tree7d384ed48f1a068a5cf89ba093c0e1b0e5fac6a3
parentc3538355f49f9394140428a848f2acf08175ff1a
[3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
(cherry picked from commit 32e77154ddfc514a3144d5912bffdd957246fd6c)
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.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]