]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a...
authoryihong <zouzou0208@gmail.com>
Thu, 9 Oct 2025 14:58:01 +0000 (22:58 +0800)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 14:58:01 +0000 (14:58 +0000)
commitb8c8b8f1d30767e5358ffa93d41e6e27ca60570d
tree8215191ebe896ed7c47d6cabe37fe9375b59c978
parent81959a0364f5bc15414d5bd61c5c0d019d486fe5
gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (#139392)
Lib/_pyrepl/unix_console.py
Lib/test/test_pyrepl/test_unix_console.py
Misc/NEWS.d/next/Library/2025-09-28-16-34-11.gh-issue-139391.nRFnmx.rst [new file with mode: 0644]