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
This is a packaging problem. The copy of parser.c (generated by cython) in the pip package is inconsistent with the version of parser.pyx that it's supposed to be generated from, and the packaged version has this bug on integer overflow.
In particular, notice that parser.c has a function called _try_int64_internal, while parser.pyx does not.
Testing pandas 0.17:
nosetests pandas fail at:
test_int64_overflow (pandas.io.tests.test_parsers.TestCParserHighMemory) ... Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: