We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbe440 commit 3c919bbCopy full SHA for 3c919bb
Python/pystate.c
@@ -584,7 +584,9 @@ free_interpreter(PyInterpreterState *interp)
584
}
585
586
587
+#ifdef Py_DEBUG
588
static inline int check_interpreter_whence(long);
589
+#endif
590
591
/* Get the interpreter state to a minimal consistent state.
592
Further init happens in pylifecycle.c before it can be used.
@@ -1123,6 +1125,7 @@ _PyInterpreterState_IsReady(PyInterpreterState *interp)
1123
1125
1124
1126
1127
1128
1129
static inline int
1130
check_interpreter_whence(long whence)
1131
{
@@ -1134,6 +1137,7 @@ check_interpreter_whence(long whence)
1134
1137
1135
1138
return 0;
1136
1139
1140
1141
1142
long
1143
_PyInterpreterState_GetWhence(PyInterpreterState *interp)
0 commit comments