STINNER Victor <victor.stin...@gmail.com> added the comment:

It looks like an issue in SymPy, a stack overflow. Why did you report this 
issue on CPython bug tracker?

Is there an infinite loop in a recursive function call?

Can you try to get the full Python traceback using faulthandler? Use "-X 
faulthandler" command line option, or use "import faulthandler; 
faulthandler.enable()" at the beginning of your program. You have to install it 
manually for Python < 3.3.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14537>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to