diff options
author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-02-17 00:05:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 17:05:14 -0600 |
commit | 1168868df63678e5704acd866fafcf40dc849481 (patch) | |
tree | 9373324c698c823ed65861845695e5dc524a95ae /numpy/array_api/_array_object.py | |
parent | b1f12bee2c9542ebf4431f133f583a51a75371ec (diff) | |
download | numpy-1168868df63678e5704acd866fafcf40dc849481.tar.gz |
BUG: Replace ``ssize_t`` with ``size_t`` in tokenize.cpp (#21074)
Closes #21073
`ssize_t` is not defined for all platforms in C++ (e.g. windows), so replace it with `size_t` (which is OK here because the difference is always >=1).
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions