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/builtins/modules/GraalPythonModuleBuiltins.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -637,8 +637,9 @@ public Object doBoundary(Object value) {
637
637
booleanassertionsEnabled = false;
638
638
assertassertionsEnabled = true;
639
639
if (!assertionsEnabled) {
640
-
// It does not make sense to run with if assertions are not enabled
0 commit comments