◐ Shell
clean mode source ↗

Message 157915 - Python tracker

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.