]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (#138974)
authorŁukasz Langa <lukasz@langa.pl>
Tue, 16 Sep 2025 13:17:36 +0000 (14:17 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Sep 2025 13:17:36 +0000 (15:17 +0200)
commit35ba6d4035ecea3c126f12c8aafd26b989102448
treecbaf03cd846fbefa12d4d2e42ecf4457645167ed
parent2b8ff3ca66d8ed73dece0683e6192489c1ccf75c
[3.13] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (#138974)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: dura0ok <slpmcf@gmail.com>
Co-authored-by: graymon <greyschwinger@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit b9dbf6acb34fd407d52899a6c154a1c57c9a424b)
Lib/_pyrepl/unix_console.py
Lib/test/test_pyrepl/eio_test_script.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_unix_console.py
Misc/NEWS.d/next/Library/2025-08-25-18-06-04.gh-issue-138133.Zh9rGo.rst [new file with mode: 0644]