Skip to content

Commit 2a4c647

Browse files
committed
fixed return type in test_PyObject_HashNotImplemented
1 parent 5dce497 commit 2a4c647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def _ref_hash_not_implemented(args):
440440
),
441441
arguments=["PyObject* object"],
442442
argspec="O",
443-
resultspec="i",
443+
resultspec="n",
444444
cmpfunc=unhandled_error_compare
445445
)
446446
__PyObject_GetAttr_ARGS = (

0 commit comments

Comments
 (0)