bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Provide Py_EnterRecursiveCall() and 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. Add Include/cpython/ceval.h header file.
V
Victor Stinner committed
f4b1e3d7c64985f5d5b00f6cc9a1c146bbbfd613
Parent: 6552563
Committed by GitHub <noreply@github.com>
on 11/4/2019, 6:48:34 PM