mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
gh-101903: Remove obsolete undefs for previously removed macros Py_EnterRecursiveCall and Py_LeaveRecursiveCall (#101923)
This commit is contained in:
parent
b40dd71241
commit
7346a381be
1 changed files with 0 additions and 4 deletions
|
@ -3068,15 +3068,11 @@ maybe_dtrace_line(_PyInterpreterFrame *frame,
|
|||
/* Implement Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() as functions
|
||||
for the limited API. */
|
||||
|
||||
#undef Py_EnterRecursiveCall
|
||||
|
||||
int Py_EnterRecursiveCall(const char *where)
|
||||
{
|
||||
return _Py_EnterRecursiveCall(where);
|
||||
}
|
||||
|
||||
#undef Py_LeaveRecursiveCall
|
||||
|
||||
void Py_LeaveRecursiveCall(void)
|
||||
{
|
||||
_Py_LeaveRecursiveCall();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue