]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-28529)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Sep 2021 20:40:15 +0000 (13:40 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 20:40:15 +0000 (22:40 +0200)
(cherry picked from commit f4ccb79d52ee726d58bbb038ea98b4deec52001d)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/whatsnew/3.10.rst

index db89b2934fc574e2b92cf8ad1ebc0fcaf148611a..21cc56ec7a8ba7e6283f021000deaf3f425872df 100644 (file)
@@ -2301,3 +2301,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`.)