]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38644: Rephrase What's New entry (GH-18461)
authorVictor Stinner <vstinner@python.org>
Tue, 11 Feb 2020 16:50:10 +0000 (17:50 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2020 16:50:10 +0000 (17:50 +0100)
Doc/whatsnew/3.9.rst

index 4f4c7f2808d0179162f2976ddda569f8e7c7cc91..c0404101d7ce2e91b324f5de1521a69f4a41e3b2 100644 (file)
@@ -356,8 +356,9 @@ Build and C API Changes
 
   * Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`
     as regular functions for the limited API. Previously, there were defined as
-    macros, but these macros didn't work with the limited API which cannot
-    access ``PyThreadState.recursion_depth`` field.
+    macros, but these macros didn't compile with the limited C API which cannot
+    access ``PyThreadState.recursion_depth`` field (the structure is opaque in
+    the limited C API).
 
   * Exclude the following functions from the limited C API: