You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/ErrorMessages.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,7 @@ public abstract class ErrorMessages {
128
128
publicstaticfinalStringCANNOT_GET_CONSISTEMT_METHOD_RESOLUTION = "Cannot create a consistent method resolution\norder (MRO) for bases %s";
129
129
publicstaticfinalStringCANNOT_HANDLE_ZIP_FILE = "cannot handle Zip file: '%s'";
130
130
publicstaticfinalStringCANNOT_IMPORT_NAME = "cannot import name '%s' from '%s' (%s)";
131
+
publicstaticfinalStringCANNOT_IMPORT_NAME_CIRCULAR = "cannot import name '%s' from partially initialized module '%s' (most likely due to a circular import)";
131
132
publicstaticfinalStringCANNOT_INITIALIZE_WITH = "cannot initialize %s with %s%s";
0 commit comments