diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-09-27 00:00:53 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-10-24 15:45:39 (GMT) |
commit | 9c80b55ad69f67e3507c0185e07b98af35dc7239 (patch) | |
tree | 397dc766a348948bcb61d08ad3d2151f020f5f03 /Misc | |
parent | 56145c696323d6fa5c346d6bcf3a7b7ff4410cef (diff) | |
download | cpython-9c80b55ad69f67e3507c0185e07b98af35dc7239.zip cpython-9c80b55ad69f67e3507c0185e07b98af35dc7239.tar.gz cpython-9c80b55ad69f67e3507c0185e07b98af35dc7239.tar.bz2 |
gh-97545: Make Semaphore run faster. (GH-97549)
(cherry picked from commit 68c46ae68b6e0c36a12e37285fff9ce0782ed01e)
Co-authored-by: Cyker Way <cykerway@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-09-25-23-24-52.gh-issue-97545.HZLSNt.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-09-25-23-24-52.gh-issue-97545.HZLSNt.rst b/Misc/NEWS.d/next/Library/2022-09-25-23-24-52.gh-issue-97545.HZLSNt.rst new file mode 100644 index 0000000..a53902e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-09-25-23-24-52.gh-issue-97545.HZLSNt.rst @@ -0,0 +1 @@ +Make Semaphore run faster. |