Skip to content

Commit ae2c053

Browse files
committed
better renaming in CExtNodes
1 parent d642f95 commit ae2c053

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/CExtNodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Object runAbstractObject(PythonAbstractObject object,
344344
}
345345

346346
@Specialization(guards = {"isForeignObject(object)", "!isNativeWrapper(object)", "!isNativeNull(object)"})
347-
Object doPythonClass2(TruffleObject object) {
347+
Object doForeignObject(TruffleObject object) {
348348
return TruffleObjectNativeWrapper.wrap(object);
349349
}
350350

0 commit comments

Comments
 (0)