[issue14537] "Fatal Python error: Cannot recover from stack overflow." with SymPy test suite

STINNER Victor report at bugs.python.org
Tue Apr 10 00:48:52 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

SymPy uses a C extension, numpy. The problem may be related to numpy. CPython tries to catch segmentation fault, but when a C extension is used, CPython may fail to protect your program against stack overflow.

----------

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


More information about the Python-bugs-list mailing list