summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2023-11-02 16:38:08 (GMT)
committerGitHub <noreply@github.com>2023-11-02 16:38:08 (GMT)
commitf4b5588bde656d8ad048b66a0be4cb5131f0d83f (patch)
treee20b821a20edafecc42165bb1c94951a48cce7c0 /Misc
parent0887b9ce8b5b4f9ecdef014b9329da78a46c9f42 (diff)
downloadcpython-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.rst1
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