]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133)
authoryihong <zouzou0208@gmail.com>
Tue, 16 Sep 2025 10:39:03 +0000 (18:39 +0800)
committerGitHub <noreply@github.com>
Tue, 16 Sep 2025 10:39:03 +0000 (12:39 +0200)
commitb9dbf6acb34fd407d52899a6c154a1c57c9a424b
treee0d09ddd2311b6a171e0fa5e814ee37b0cb9f438
parent55e29a6100eb4aa89c3f510d4335b953364dd74e
gh-135329: prevent infinite traceback loop on Ctrl-C  for strace (GH-138133)

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>
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]