summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polyutils.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-05-04 03:27:40 +0300
committerGitHub <noreply@github.com>2021-05-03 19:27:40 -0500
commitccfd68d88fa356d7f097e216fb2c16b14da4052d (patch)
tree1277b95671b780dfbc9c1a3a0dd04002d7809a4f /numpy/polynomial/polyutils.py
parent3c91a3e1704c8aa7f1258aa30892040df9d952f4 (diff)
downloadnumpy-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