Skip to content

Commit

Permalink
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-…
Browse files Browse the repository at this point in the history
…28529)

(cherry picked from commit f4ccb79)

Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
2 people authored and pablogsal committed Sep 29, 2021
1 parent db3ac48 commit 78184fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2305,3 +2305,6 @@ Removed
These functions were undocumented, excluded from the limited C API, and were
only used internally by the compiler.
(Contributed by Victor Stinner in :issue:`43244`.)
* The ``PyThreadState.use_tracing`` member has been removed to optimize Python.
(Contributed by Mark Shannon in :issue:`43760`.)

0 comments on commit 78184fa

Please sign in to comment.