Skip to content

Commit 99ed001

Browse files
committed
fix test_unicode.py: "n" instead of "i" to parse Py_ssize_t
1 parent 748e1cd commit 99ed001

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_unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ def compile_module(self, name):
876876
("foo.bar.baz", 7, 0),
877877
),
878878
resultspec="O",
879-
argspec='OOi',
879+
argspec='OOn',
880880
arguments=["PyObject* string", "PyObject* sep", "Py_ssize_t maxsplit"],
881881
cmpfunc=unhandled_error_compare
882882
)

0 commit comments

Comments
 (0)