We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd9753 commit f3fda37Copy full SHA for f3fda37
Doc/whatsnew/3.9.rst
@@ -356,8 +356,9 @@ Build and C API Changes
356
357
* Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`
358
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.
+ macros, but these macros didn't compile with the limited C API which cannot
+ access ``PyThreadState.recursion_depth`` field (the structure is opaque in
361
+ the limited C API).
362
363
* Exclude the following functions from the limited C API:
364
0 commit comments