We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb2772 commit 09b28c8Copy full SHA for 09b28c8
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-08-07-09-52-19.gh-issue-137400.AK1dy-.rst
@@ -0,0 +1,5 @@
1
+Fix a crash in the :term:`free threading` build when disabling profiling or
2
+tracing across all threads with :c:func:`PyEval_SetProfileAllThreads` or
3
+:c:func:`PyEval_SetTraceAllThreads` or their Python equivalents
4
+:func:`threading.settrace_all_threads` and
5
+:func:`threading.setprofile_all_threads`.
0 commit comments