]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110892: Return NULL for `PyTrace_RETURN` events caused by an exception (GH-110909)
authorTian Gao <gaogaotiantian@hotmail.com>
Thu, 2 Nov 2023 16:38:08 +0000 (09:38 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 16:38:08 +0000 (16:38 +0000)
commitf4b5588bde656d8ad048b66a0be4cb5131f0d83f
treee20b821a20edafecc42165bb1c94951a48cce7c0
parent0887b9ce8b5b4f9ecdef014b9329da78a46c9f42
gh-110892: Return NULL for `PyTrace_RETURN` events caused by an exception (GH-110909)
Lib/test/test_sys_setprofile.py
Misc/NEWS.d/next/Core and Builtins/2023-10-15-20-45-35.gh-issue-110892.oA6eVY.rst [new file with mode: 0644]
Python/legacy_tracing.c