mirror of https://github.com/python/cpython.git
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527)
This commit is contained in:
parent
ec7ffa4b5b
commit
f4ccb79d52
|
@ -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`.)
|
||||
|
|
Loading…
Reference in New Issue