Skip to content

Commit

Permalink
Revert "Shut up annoying warning"
Browse files Browse the repository at this point in the history
Apparently makes the CI fuzzer unhappy.

This reverts commit 3c919bb.
  • Loading branch information
gvanrossum committed May 1, 2024
1 parent 07c485e commit a2d4f30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Python/pystate.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,7 @@ free_interpreter(PyInterpreterState *interp)
}
}

#ifdef Py_DEBUG
static inline int check_interpreter_whence(long);
#endif

/* Get the interpreter state to a minimal consistent state.
Further init happens in pylifecycle.c before it can be used.
Expand Down Expand Up @@ -1125,7 +1123,6 @@ _PyInterpreterState_IsReady(PyInterpreterState *interp)
}


#ifdef Py_DEBUG
static inline int
check_interpreter_whence(long whence)
{
Expand All @@ -1137,7 +1134,6 @@ check_interpreter_whence(long whence)
}
return 0;
}
#endif

long
_PyInterpreterState_GetWhence(PyInterpreterState *interp)
Expand Down

0 comments on commit a2d4f30

Please sign in to comment.