We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370f56b commit 07b1afaCopy full SHA for 07b1afa
graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils/GraalPyResources.java
@@ -356,9 +356,6 @@ private static Context.Builder createContextBuilder() {
356
// Force to automatically import site.py module, to make Python packages
357
// available
358
option("python.ForceImportSite", "true").
359
- // Do not warn if running without JIT. This can be desirable for short
360
- // running scripts to reduce memory footprint.
361
- option("engine.WarnInterpreterOnly", "false").
362
// causes the interpreter to always assume hash-based pycs are valid
363
option("python.CheckHashPycsMode", "never");
364
}
0 commit comments