]> 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>
Tue, 27 Sep 2022 00:00:53 +0000 (17:00 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Sep 2022 00:00:53 +0000 (17:00 -0700)
commit9a9bf88898b1558915405edb538513be425d39c4
tree3c14ea791e7de5aa43b28960a45a20a3589305fe
parent82932b3ec99955ff81080baf8b248210ab026454
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]