]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called...
authorŁukasz Langa <lukasz@langa.pl>
Thu, 9 Oct 2025 17:39:23 +0000 (18:39 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 17:39:23 +0000 (23:09 +0530)
commit94ff4d4eb484c9a219b8bae17256ff6dcf32f4a8
treedc1e4b8f9aa2507acd386400be4c7fb1435a8546
parentfa49c2af916a0bc900cc4d104cf1f28a7e06711b
[3.13] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (GH-139392) (#139861)

(cherry picked from commit b8c8b8f1d30767e5358ffa93d41e6e27ca60570d)

Co-authored-by: yihong <zouzou0208@gmail.com>
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]