Use Py_ssize_t type for number of arguments
Issue #27848: use Py_ssize_t rather than C int for the number of function positional and keyword arguments.
Showing
This diff is collapsed.
Please register or sign in to comment
Issue #27848: use Py_ssize_t rather than C int for the number of function positional and keyword arguments.