You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found when testing PYTHONINSPECT for #143134, when you set PYTHONINSPECT to a "non-empty" string that is 0, it is checked in initconfig.c with _Py_get_env_flag:
Found when testing
PYTHONINSPECTfor #143134, when you setPYTHONINSPECTto a "non-empty" string that is0, it is checked ininitconfig.cwith_Py_get_env_flag:cpython/Python/initconfig.c
Line 1849 in fc2f0fe
But then directly with
_Py_GetEnvinpymain_repl:cpython/Modules/main.c
Lines 579 to 581 in fc2f0fe
So, you end up in this situation:
Linked PRs