[issue19471] pandas DataFrame access results in segfault

Ned Deily report at bugs.python.org
Fri Nov 1 18:10:13 CET 2013


Ned Deily added the comment:

No, this does not fit the signature of Issue18458, which is fixed in 2.7.6rc1 anyway.  On the other hand, it is not likely that this is a problem in Python or its standard library.  Pandas uses numpy and other third-party packages that contain C code.  It's much more likely there is a problem there.  Russell, how did you install Python and Numpy and Pandas?

----------
resolution: duplicate -> 
stage: committed/rejected -> 
status: closed -> open
superseder: interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update -> 

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19471>
_______________________________________


More information about the Python-bugs-list mailing list