Skip to content

Commit 78184fa

Browse files
miss-islingtonvstinner
authored andcommitted
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-28529)
(cherry picked from commit f4ccb79) Co-authored-by: Victor Stinner <[email protected]>
1 parent db3ac48 commit 78184fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 3 additions & 0 deletions
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)