Add missing whitespace in is_running_main
comment (#133174)
This commit is contained in:
parent
ecbc16a915
commit
b99d970bcd
@ -63,7 +63,7 @@ is_running_main(PyInterpreterState *interp)
|
|||||||
// using this module for the main interpreter is doing so through
|
// using this module for the main interpreter is doing so through
|
||||||
// the main program. Thus we can make this extra check. This benefits
|
// the main program. Thus we can make this extra check. This benefits
|
||||||
// applications that embed Python but haven't been updated yet
|
// applications that embed Python but haven't been updated yet
|
||||||
// to call_PyInterpreterState_SetRunningMain().
|
// to call _PyInterpreterState_SetRunningMain().
|
||||||
if (_Py_IsMainInterpreter(interp)) {
|
if (_Py_IsMainInterpreter(interp)) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user