]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Dec 2023 02:09:46 +0000 (03:09 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Dec 2023 02:09:46 +0000 (18:09 -0800)
commitb60bddbde22f74a2289f4838a6c404c53c58e57b
tree4857e75041e7ed56f9239726f4f4befc11b7d854
parent9000b8a71343f514bdfd6638e89b64b852b6c3ac
[3.11] gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py (GH-113040) (#113444)

gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py (GH-113040)
(cherry picked from commit 050783cb37d6a09d8238fa640814df8a915f6a68)

Co-authored-by: Yilei Yang <yileiyang@google.com>
Lib/signal.py
Lib/test/test_asyncio/test_runners.py
Lib/test/test_signal.py
Misc/NEWS.d/next/Library/2023-12-12-20-15-57.gh-issue-112559.IgXkje.rst [new file with mode: 0644]