]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-104579)
authorMark Shannon <mark@hotpy.org>
Fri, 19 May 2023 11:40:48 +0000 (12:40 +0100)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 11:40:48 +0000 (12:40 +0100)
commitc26d03d5d6da94367c7f9cd93185616f2385db30
treedab41164b9c8dc00e541647d5424da48bd7c8910
parent616fcad6e2e10b0d0252e7f3688e61c468c54e6e
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline.  (GH-104579)
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2023-05-12-13-30-04.gh-issue-102818.rnv1mH.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Python/sysmodule.c