MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _Py_CheckRecursiveCall

Function _Py_CheckRecursiveCall

Python/ceval.c:615–636  ·  view source on GitHub ↗

the macro Py_EnterRecursiveCall() only calls _Py_CheckRecursiveCall() if the recursion_depth reaches _Py_CheckRecursionLimit. If USE_STACKCHECK, the macro decrements _Py_CheckRecursionLimit to guarantee that _Py_CheckRecursiveCall() is regularly called. Without USE_STACKCHECK, there is no need for this. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

PyOS_CheckStackFunction · 0.85
PyErr_SetStringFunction · 0.85
PyErr_FormatFunction · 0.85

Tested by

no test coverage detected