mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133) (#138973)
gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133)
(cherry picked from commit b9dbf6acb3)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: yihong <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>
This commit is contained in:
parent
1c901860e6
commit
7f293a615d
4 changed files with 171 additions and 3 deletions
|
|
@ -0,0 +1 @@
|
|||
Prevent infinite traceback loop when sending CTRL^C to Python through ``strace``.
|
||||
Loading…
Add table
Add a link
Reference in a new issue