From: Victor Stinner Date: Tue, 11 Feb 2020 16:50:10 +0000 (+0100) Subject: bpo-38644: Rephrase What's New entry (GH-18461) X-Git-Tag: v3.9.0a4~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3fda374685dffa31ebda9e681e00ef7032b8a1d;p=thirdparty%2FPython%2Fcpython.git bpo-38644: Rephrase What's New entry (GH-18461) --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 4f4c7f2808d0..c0404101d7ce 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -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: