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() {
457
457
false , // hash_randomization
458
458
PythonOptions .getFlag (context , PythonOptions .IgnoreEnvironmentFlag ), // ignore_environment
459
459
PythonOptions .getFlag (context , PythonOptions .InspectFlag ), // inspect
460
- PythonOptions .getFlag (context , PythonOptions .InspectFlag ), // interactive
460
+ PythonOptions .getFlag (context , PythonOptions .TerminalIsInteractive ), // interactive
461
461
!context .isExecutableAccessAllowed (), // isolated
462
462
PythonOptions .getFlag (context , PythonOptions .NoSiteFlag ), // no_site
463
463
PythonOptions .getFlag (context , PythonOptions .NoUserSiteFlag ), // no_user_site
You can’t perform that action at this time.
0 commit comments