File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,10 @@ public abstract class PythonBuiltins {
53
53
protected abstract List <? extends NodeFactory <? extends PythonBuiltinBaseNode >> getNodeFactories ();
54
54
55
55
/**
56
- * Initialize everything that is truly independent of commandline arguments and that can be
57
- * initialized and frozen into an SVM image.
56
+ * Initialize everything that is truly independent of commandline arguments
57
+ * and that can be initialized and frozen into an SVM image. When in a
58
+ * subclass, any modifications to {@link #builtinConstants} or such should
59
+ * be made before calling {@code super.initialize(core)}.
58
60
*/
59
61
public void initialize (PythonCore core ) {
60
62
if (builtinFunctions .size () > 0 ) {
You can’t perform that action at this time.
0 commit comments