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/objects/type/SpecialMethodSlot.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ static class Flags {
214
214
* Values of some slots are always or mostly passed to call node variants that can handle
215
215
* {@link BuiltinMethodDescriptor}. This does not hold most notably for slots that are passed to
216
216
* {@link com.oracle.graal.python.nodes.call.special.CallVarargsMethodNode}, like
217
-
* {@code __new__}. For those we do no allow storing the {@link BuiltinMethodDescriptor} in the
217
+
* {@code __new__}. For those we do not allow storing the {@link BuiltinMethodDescriptor} in the
218
218
* slot, so that lookup using that slot always resolves to context dependent runtime object,
0 commit comments