8000 bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-… · python/cpython@5557689 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5557689

Browse files
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-28529)
(cherry picked from commit f4ccb79) Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 2df6827 commit 5557689

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
@@ -2301,3 +2301,6 @@ Removed
23012301
These functions were undocumented, excluded from the limited C API, and were
23022302
only used internally by the compiler.
23032303
(Contributed by Victor Stinner in :issue:`43244`.)
2304+
2305+
* The ``PyThreadState.use_tracing`` member has been removed to optimize Python.
2306+
(Contributed by Mark Shannon in :issue:`43760`.)

0 commit comments

Comments
 (0)
0