Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build error with Python 3.10 build on Windows
The Windows build for Python 3.10 is giving us an error about ssize_t being undefined, so this commit fixes the problem by replacing it with Py_ssize_t, which is consistent with what we do elsewhere in the file.
- Loading branch information