diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2019-11-04-17-59-46.bpo-38644.euO_RR.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2019-11-04-17-59-46.bpo-38644.euO_RR.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-11-04-17-59-46.bpo-38644.euO_RR.rst b/Misc/NEWS.d/next/C API/2019-11-04-17-59-46.bpo-38644.euO_RR.rst deleted file mode 100644 index b94f505..0000000 --- a/Misc/NEWS.d/next/C API/2019-11-04-17-59-46.bpo-38644.euO_RR.rst +++ /dev/null @@ -1,5 +0,0 @@ -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. Remove ``_Py_CheckRecursionLimit`` -from the stable ABI. |