diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2019-05-14 12:24:03 -0700 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2019-05-21 23:17:56 -0700 |
commit | 9cdd0cb1967891c650fa5964b2cd683bbbb81f8a (patch) | |
tree | 15b162dd276c727392584b4447af8141299b7003 /numpy/core/numeric.py | |
parent | 8970dc8e588776bbae45953b2809883c4b6f8ed0 (diff) | |
download | numpy-9cdd0cb1967891c650fa5964b2cd683bbbb81f8a.tar.gz |
MAINT: Fix errors seen on new python 3.8
One of this is a small issue exposed by new warnings, the others are
simply adapting our test suit to stricter integer coercion rules
(avoiding float -> int conversions).
The last one is that we assumed pickle protocol 5 would be in 3.8.
It is not yet included in the alpha releases at least.
It seems not necessary for the numpy test suit to check whether
it is available based on the python version so removing that test.
(Also testing if the pickle5 module works seems unnecessary.)
Closes gh-13412
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions