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 7726a1d commit 1afdab3Copy full SHA for 1afdab3
graalpython/lib-graalpython/python_cext.py
@@ -1231,4 +1231,4 @@ def PyTruffle_Cext_Upcall_ptr(name, *args):
1231
for i in range(nargs):
1232
converted[i] = to_java(args[i])
1233
# returns a pointer, i.e., we do no conversion since this can be any pointer object
1234
- return globals()[name](*converted)
+ return globals()[name](*converted)
0 commit comments