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