summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2022-09-09 16:24:44 (GMT)
committerGitHub <noreply@github.com>2022-09-09 16:24:44 (GMT)
commit5586da65e2b067ffd3ef045d3f8997f694ea856d (patch)
tree8ae0dd6705ff5f63d02c5b576411b8b011c8b9af /Misc
parent7bfb11de6857e8b7e114c46d94624b57c589a69f (diff)
downloadcpython-5586da65e2b067ffd3ef045d3f8997f694ea856d.zip
cpython-5586da65e2b067ffd3ef045d3f8997f694ea856d.tar.gz
cpython-5586da65e2b067ffd3ef045d3f8997f694ea856d.tar.bz2
[3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com> (cherry picked from commit aa3b4cf779b3dddb84e094879b91703354910d8c)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-09-07-12-02-11.gh-issue-96636.YvN-K6.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-09-07-12-02-11.gh-issue-96636.YvN-K6.rst b/Misc/NEWS.d/next/Core and Builtins/2022-09-07-12-02-11.gh-issue-96636.YvN-K6.rst
new file mode 100644
index 0000000..e0fbd87
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-09-07-12-02-11.gh-issue-96636.YvN-K6.rst
@@ -0,0 +1,3 @@
+Ensure that tracing, ``sys.setrace()``, is turned on immediately. In
+pre-release versions of 3.11, some tracing events might have been lost when
+turning on tracing in a ``__del__`` method or interrupt.