Use Py_ssize_t for length arguments of PyObject_CallFunction
This API was introduced in Python 2.5 and the old one (using ints) has been deprecated since Python 3.8. See #108.
Showing
Please register or sign in to comment
This API was introduced in Python 2.5 and the old one (using ints) has been deprecated since Python 3.8. See #108.