summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2022-09-20 18:42:06 (GMT)
committerGitHub <noreply@github.com>2022-09-20 18:42:06 (GMT)
commit21b5af9072a43275d52737a68d5cda2fab47f730 (patch)
tree55601d70205b93c11f43a85b078276fa41f5a552 /Misc
parent96739bccf220689a54ef33341f431eda19c287fa (diff)
downloadcpython-21b5af9072a43275d52737a68d5cda2fab47f730.zip
cpython-21b5af9072a43275d52737a68d5cda2fab47f730.tar.gz
cpython-21b5af9072a43275d52737a68d5cda2fab47f730.tar.bz2
[3.10] GH-96864: Check for error between line and opcode events (GH-96969)
(cherry picked from commit c10e33ac119d96c4d88d5ae8b59e65a76ae0ad3c)
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.