]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97545: Make Semaphore run faster. (GH-97549)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Sep 2022 23:57:52 +0000 (16:57 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2022 23:57:52 +0000 (16:57 -0700)
commit232156144c47a49abc33c4b294546bbb7e1829d3
tree385e7d41336351e1c06d9b002e46ffb45a69b3df
parent72a78152f3f51716e7eae5a345007c16efb17ee2
gh-97545: Make Semaphore run faster. (GH-97549)

(cherry picked from commit 68c46ae68b6e0c36a12e37285fff9ce0782ed01e)

Co-authored-by: Cyker Way <cykerway@gmail.com>
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_locks.py
Misc/NEWS.d/next/Library/2022-09-25-23-24-52.gh-issue-97545.HZLSNt.rst [new file with mode: 0644]