Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect types passed to PyArg_ParseTupleAndKeywords
For a similar reason as `Py_BuildValue`, telling Python to use a smaller sized value than actually passed may cause strange values to end up in the result.
- Loading branch information