Skip to content

Commit f4ccb79

Browse files
authored
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527)
1 parent ec7ffa4 commit f4ccb79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/whatsnew/3.10.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2305,3 +2305,6 @@ Removed
23052305
These functions were undocumented, excluded from the limited C API, and were
23062306
only used internally by the compiler.
23072307
(Contributed by Victor Stinner in :issue:`43244`.)
2308+
2309+
* The ``PyThreadState.use_tracing`` member has been removed to optimize Python.
2310+
(Contributed by Mark Shannon in :issue:`43760`.)

0 commit comments

Comments
 (0)