summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2021-05-10 18:07:03 -0700
committerTim Burke <tim.burke@gmail.com>2021-05-10 18:10:44 -0700
commita7bf798b1000c037bcf9f54f4deb875aba08ce51 (patch)
treec69bdf8e5678fa39bbb85fbd460de199ecf90f0d /test-requirements.txt
parent5355c0268b3e633a91ae912ff394440ea3fc3f7d (diff)
downloadpyeclib-a7bf798b1000c037bcf9f54f4deb875aba08ce51.tar.gz
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
Diffstat (limited to 'test-requirements.txt')
0 files changed, 0 insertions, 0 deletions