Skip to content

Commit f3fda37

Browse files
authored
bpo-38644: Rephrase What's New entry (GH-18461)
1 parent ffd9753 commit f3fda37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,9 @@ Build and C API Changes
356356

357357
* Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`
358358
as regular functions for the limited API. Previously, there were defined as
359-
macros, but these macros didn't work with the limited API which cannot
360-
access ``PyThreadState.recursion_depth`` field.
359+
macros, but these macros didn't compile with the limited C API which cannot
360+
access ``PyThreadState.recursion_depth`` field (the structure is opaque in
361+
the limited C API).
361362

362363
* Exclude the following functions from the limited C API:
363364

0 commit comments

Comments
 (0)