Commit f42a0524c693a6d52e95a37c9cf04df1be48262c

Victor Stinner 2020-11-09T18:19:31

Build the Python extension with PY_SSIZE_T_CLEAN The Python extension module now uses Py_ssize_t rather than int for string lengths. This change makes the extension compatible with Python 3.10. Fixes #203.