mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527)
This commit is contained in:
parent
ec7ffa4b5b
commit
f4ccb79d52
1 changed files with 3 additions and 0 deletions
|
@ -2305,3 +2305,6 @@ Removed
|
||||||
These functions were undocumented, excluded from the limited C API, and were
|
These functions were undocumented, excluded from the limited C API, and were
|
||||||
only used internally by the compiler.
|
only used internally by the compiler.
|
||||||
(Contributed by Victor Stinner in :issue:`43244`.)
|
(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`.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue