File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ public PythonModule initializeSysModule() {
457457 false , // hash_randomization
458458 PythonOptions .getFlag (context , PythonOptions .IgnoreEnvironmentFlag ), // ignore_environment
459459 PythonOptions .getFlag (context , PythonOptions .InspectFlag ), // inspect
460- PythonOptions .getFlag (context , PythonOptions .InspectFlag ), // interactive
460+ PythonOptions .getFlag (context , PythonOptions .TerminalIsInteractive ), // interactive
461461 !context .isExecutableAccessAllowed (), // isolated
462462 PythonOptions .getFlag (context , PythonOptions .NoSiteFlag ), // no_site
463463 PythonOptions .getFlag (context , PythonOptions .NoUserSiteFlag ), // no_user_site
You can’t perform that action at this time.
0 commit comments