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 040cfa7 commit 94952ecCopy full SHA for 94952ec
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/Python3Core.java
@@ -395,9 +395,7 @@
395
import com.oracle.truffle.api.strings.TruffleString;
396
397
/**
398
- * The core is intended to the immutable part of the interpreter, including most modules and most
399
- * types. The core is embedded, using inheritance, into {@link PythonContext} to avoid indirection
400
- * through an extra field in the context.
+ * The core is a historical artifact and PythonContext and Python3Core should be merged.
401
*/
402
public abstract class Python3Core {
403
private static final int REC_LIM = 1000;
0 commit comments