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 5d93a2c commit 3376375Copy full SHA for 3376375
graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_capsule.py
@@ -56,7 +56,7 @@ def compile_module(self, name):
56
''',
57
resultspec="i",
58
argspec='sn',
59
- arguments=["PyObject* name", "Py_ssize_t ptr"],
+ arguments=["char* name", "Py_ssize_t ptr"],
60
callfunction="wrap_PyCapsule_Check",
61
cmpfunc=unhandled_error_compare
62
)
0 commit comments