pyeclib/src/c/pyeclib_c
Tim Burke a7bf798b10 Use Py_ssize_t when calling PyArg_Parse
This has been available since Python 2.5, and our old int-based approach
stopped working in Python 3.10. From https://bugs.python.org/issue36381:

   Raise warning for # use without PY_SSIZE_T_CLEAN.

   * 3.8: PendingDeprecationWarning
   * 3.9: DeprecationWarning
   * 3.10 (or 4.0): Remove PY_SSIZE_T_CLEAN and use Py_ssize_t always

Change-Id: I5394268aaf4c409a75f795a44c092fd5101178cd
2021-05-10 18:10:44 -07:00
..
capsulethunk.h Revert "pyeclib_c: Split include, core, integrity_util" 2014-06-26 12:03:35 -07:00
pyeclib_c.c Use Py_ssize_t when calling PyArg_Parse 2021-05-10 18:10:44 -07:00
pyeclib_c.h Plugging liberasurecode functions into pyeclib 2014-08-02 10:11:51 -07:00