File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -345,14 +345,6 @@ private static Context.Builder createContextBuilder() {
345
345
option ("python.PosixModuleBackend" , "java" ).
346
346
// equivalent to the Python -B flag
347
347
option ("python.DontWriteBytecodeFlag" , "true" ).
348
- // equivalent to the Python -v flag
349
- option ("python.VerboseFlag" , System .getenv ("PYTHONVERBOSE" ) != null ? "true" : "false" ).
350
- // log level
351
- option ("log.python.level" , System .getenv ("PYTHONVERBOSE" ) != null ? "FINE" : "SEVERE" ).
352
- // equivalent to setting the PYTHONWARNINGS environment variable
353
- option ("python.WarnOptions" , System .getenv ("PYTHONWARNINGS" ) == null ? "" : System .getenv ("PYTHONWARNINGS" )).
354
- // print Python exceptions directly
355
- option ("python.AlwaysRunExcepthook" , "true" ).
356
348
// Force to automatically import site.py module, to make Python packages
357
349
// available
358
350
option ("python.ForceImportSite" , "true" ).
You can’t perform that action at this time.
0 commit comments