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.
is_running_main
1 parent ecbc16a commit b99d970Copy full SHA for b99d970
Modules/_interpretersmodule.c
@@ -63,7 +63,7 @@ is_running_main(PyInterpreterState *interp)
63
// using this module for the main interpreter is doing so through
64
// the main program. Thus we can make this extra check. This benefits
65
// applications that embed Python but haven't been updated yet
66
- // to call_PyInterpreterState_SetRunningMain().
+ // to call _PyInterpreterState_SetRunningMain().
67
if (_Py_IsMainInterpreter(interp)) {
68
return 1;
69
}
0 commit comments