summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2022-09-19 21:02:24 (GMT)
committerGitHub <noreply@github.com>2022-09-19 21:02:24 (GMT)
commitc10e33ac119d96c4d88d5ae8b59e65a76ae0ad3c (patch)
treed98d4b9a2cb0fae394a301c79bfdb73a86f0cb2a /Misc
parent5b3a2569f4b4dfb58a8f90a241f9dac1a7ea4bf6 (diff)
downloadcpython-c10e33ac119d96c4d88d5ae8b59e65a76ae0ad3c.zip
cpython-c10e33ac119d96c4d88d5ae8b59e65a76ae0ad3c.tar.gz
cpython-c10e33ac119d96c4d88d5ae8b59e65a76ae0ad3c.tar.bz2
GH-96864: Check for error between line and opcode events (GH-96880)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-09-16-12-36-13.gh-issue-96864.PLU3i8.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-09-16-12-36-13.gh-issue-96864.PLU3i8.rst b/Misc/NEWS.d/next/Core and Builtins/2022-09-16-12-36-13.gh-issue-96864.PLU3i8.rst
new file mode 100644
index 0000000..c0d41ae
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-09-16-12-36-13.gh-issue-96864.PLU3i8.rst
@@ -0,0 +1,2 @@
+Fix a possible assertion failure, fatal error, or :exc:`SystemError` if a
+line tracing event raises an exception while opcode tracing is enabled.