diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2019-10-17 22:58:58 +0100 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2019-10-17 22:58:58 +0100 |
commit | 2d246b9fd647757543290537824438c979e6167e (patch) | |
tree | 7bf766a7501b96f08f06adba7943b229477d1b9b /numpy/core/fromnumeric.py | |
parent | d71f81b14e915aefcad293295d7db0139d58f0b2 (diff) | |
download | numpy-2d246b9fd647757543290537824438c979e6167e.tar.gz |
Fix other incorrect narrowing for format strings
Note that zd is for Py_ssize_t, and `NPY_INTP_FMT` is for npy_intp. In all conceivable situations these are the same type, but we don't today check that at compile time, so for now we maintain the distinction.
Found by searching for `Format\([^;]+\(int\)`.
Diffstat (limited to 'numpy/core/fromnumeric.py')
0 files changed, 0 insertions, 0 deletions