SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972)

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.
V
Victor Stinner committed
224481a8c988fca12f488544edd2f01c0af2a91d
Parent: 0b72b23
Committed by GitHub <noreply@github.com> on 3/13/2020, 9:19:38 AM