mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
224481a8c9
Move the static inline function flavor of Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() to the internal C API: they access PyThreadState attributes. The limited C API provides regular functions which hide implementation details.