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 24d93b9 commit 2c4b507Copy full SHA for 2c4b507
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/range/RangeBuiltins.java
@@ -81,7 +81,7 @@ int doPRange(PRange left) {
81
82
@Builtin(name = __EQ__, fixedNumOfArguments = 2)
83
@GenerateNodeFactory
84
- abstract static class EqNode extends PythonBuiltinNode {
+ abstract static class EqNode extends PythonBinaryBuiltinNode {
85
@Specialization
86
boolean doPRange(PRange left, PRange right) {
87
return left.equals(right);
0 commit comments