]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 22 Mar 2022 15:16:27 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 15:16:27 +0000 (17:16 +0200)
commitf47984b560f1dafe4d907cef4edadfb1746bf027
tree9821b51f435b1d398c11ce6305aa8f82ffc5e458
parent2d5e9f8d6296cc52da9823bb57e7f03d60b34d27
[3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049)

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]