This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Aaron.Meurer, vstinner
Date 2012-04-09.22:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334010967.0.0.902402236859.issue14537@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-09 22:36:07vstinnersetrecipients: + vstinner, Aaron.Meurer
2012-04-09 22:36:07vstinnersetmessageid: <1334010967.0.0.902402236859.issue14537@psf.upfronthosting.co.za>
2012-04-09 22:36:06vstinnerlinkissue14537 messages
2012-04-09 22:36:06vstinnercreate