Use Py_ssize_t for length arguments of PyArg_ParseTuple
This API was introduced in Python 2.5 and the old one (using ints) has been deprecated since Python 3.8. Fixes #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. Fixes #108.