diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-11-02 16:38:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 16:38:08 (GMT) |
commit | f4b5588bde656d8ad048b66a0be4cb5131f0d83f (patch) | |
tree | e20b821a20edafecc42165bb1c94951a48cce7c0 /Misc | |
parent | 0887b9ce8b5b4f9ecdef014b9329da78a46c9f42 (diff) | |
download | cpython-f4b5588bde656d8ad048b66a0be4cb5131f0d83f.zip cpython-f4b5588bde656d8ad048b66a0be4cb5131f0d83f.tar.gz cpython-f4b5588bde656d8ad048b66a0be4cb5131f0d83f.tar.bz2 |
gh-110892: Return NULL for `PyTrace_RETURN` events caused by an exception (GH-110909)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-10-15-20-45-35.gh-issue-110892.oA6eVY.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-10-15-20-45-35.gh-issue-110892.oA6eVY.rst b/Misc/NEWS.d/next/Core and Builtins/2023-10-15-20-45-35.gh-issue-110892.oA6eVY.rst new file mode 100644 index 0000000..4422273 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-10-15-20-45-35.gh-issue-110892.oA6eVY.rst @@ -0,0 +1 @@ +Return ``NULL`` for ``PyTrace_RETURN`` events caused by an exception |