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/cext/capi/ExternalFunctionNodes.java
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -648,6 +648,7 @@ public static PBuiltinFunction createWrapperFunction(TruffleString name, Object
648
648
flags = 0;
649
649
}
650
650
intnumDefaults = -1;
651
+
PKeyword[] kwDefaults;
651
652
RootCallTargetcallTarget;
652
653
if (callableinstanceofRootCallTarget) {
653
654
callTarget = (RootCallTarget) callable;
@@ -667,6 +668,7 @@ public static PBuiltinFunction createWrapperFunction(TruffleString name, Object
667
668
if (callTarget.getRootNode() instanceofBuiltinFunctionRootNodebuiltinFunctionRootNode) {
0 commit comments