We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75260af commit 6f23007Copy full SHA for 6f23007
Python/ceval.c
@@ -3068,15 +3068,11 @@ maybe_dtrace_line(_PyInterpreterFrame *frame,
3068
/* Implement Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() as functions
3069
for the limited API. */
3070
3071
-#undef Py_EnterRecursiveCall
3072
-
3073
int Py_EnterRecursiveCall(const char *where)
3074
{
3075
return _Py_EnterRecursiveCall(where);
3076
}
3077
3078
-#undef Py_LeaveRecursiveCall
3079
3080
void Py_LeaveRecursiveCall(void)
3081
3082
_Py_LeaveRecursiveCall();
0 commit comments