]> 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)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 29 Sep 2021 11:30:38 +0000 (12:30 +0100)
(cherry picked from commit f4ccb79d52ee726d58bbb038ea98b4deec52001d)

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

index d38185b126e689317a80799b56513c2358b4c721..e76c761a6dbbb5b54f5bbd7207e64b22061a9719 100644 (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`.)