diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-05-04 03:27:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 19:27:40 -0500 |
commit | ccfd68d88fa356d7f097e216fb2c16b14da4052d (patch) | |
tree | 1277b95671b780dfbc9c1a3a0dd04002d7809a4f /numpy/polynomial/polyutils.py | |
parent | 3c91a3e1704c8aa7f1258aa30892040df9d952f4 (diff) | |
download | numpy-ccfd68d88fa356d7f097e216fb2c16b14da4052d.tar.gz |
MAINT: ssize_t -> Py_ssize_t and other fixes for Python v3.10.0 (gh-18890)
The 3.10 alpha 7 fails to build on windows, see below for the warnings and errors. It seems we should not be using ssize_t rather Py_ssize_t. On windows, ssize_t is not defined anymore in CPython3.10 alpha7 after python/cpython#24479 in response to issue 17717 from 2011, which was merged March 1.
Fixes #18888
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions