bpo-43760: Document PyThreadState.use_tracing removal (GH-28527)

This commit is contained in:
Victor Stinner 2021-09-23 16:38:31 +02:00 committed by GitHub
parent ec7ffa4b5b
commit f4ccb79d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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`.)