Skip to content

Commit 94952ec

Browse files
committed
Update comment on Python3Core
1 parent 040cfa7 commit 94952ec

File tree

1 file changed

+1
-3
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins

1 file changed

+1
-3
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/Python3Core.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,7 @@
395395
import com.oracle.truffle.api.strings.TruffleString;
396396

397397
/**
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.
398+
* The core is a historical artifact and PythonContext and Python3Core should be merged.
401399
*/
402400
public abstract class Python3Core {
403401
private static final int REC_LIM = 1000;

0 commit comments

Comments
 (0)