mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add missing whitespace in is_running_main
comment (#133174)
This commit is contained in:
parent
ecbc16a915
commit
b99d970bcd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue