File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ private PythonOptions() {
123
123
@ Option (category = OptionCategory .EXPERT , help = "Switch on/off using lazy strings for performance reasons. Default true." ) //
124
124
public static final OptionKey <Boolean > LazyStrings = new OptionKey <>(true );
125
125
126
- @ Option (category = OptionCategory .EXPERT , help = "Enable forced splitting (of builtins). Default true ." ) //
127
- public static final OptionKey <Boolean > EnableForcedSplits = new OptionKey <>(true );
126
+ @ Option (category = OptionCategory .EXPERT , help = "Enable forced splitting (of builtins). Default false ." ) //
127
+ public static final OptionKey <Boolean > EnableForcedSplits = new OptionKey <>(false );
128
128
129
129
@ Option (category = OptionCategory .EXPERT , help = "Set by the launcher if an interactive console is used to run Python." ) //
130
130
public static final OptionKey <Boolean > TerminalIsInteractive = new OptionKey <>(false );
You can’t perform that action at this time.
0 commit comments