You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-4577 is a "proof of concept" patch. It fixes the issue for 32-bit python on MacOS, but I have not tested it anywhere else. The problem is that Python does not provide cross-platform PyOS_ versions of strtoll and strtoull, so I created my own.
Steps to reproduce:
run the following command on a 32 bit x86 python:
and the incorrect output is:
If the same command is executed on a 64 bit machine, the output appears correct:
Versions tested:
numpy 1.8.1
Python 2.7.3 (default, Feb 27 2014, 20:00:17) [GCC 4.6.3] on linux2
The text was updated successfully, but these errors were encountered: