Message157915
| 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:07 | vstinner | set | recipients: + vstinner, Aaron.Meurer |
| 2012-04-09 22:36:07 | vstinner | set | messageid: <1334010967.0.0.902402236859.issue14537@psf.upfronthosting.co.za> |
| 2012-04-09 22:36:06 | vstinner | link | issue14537 messages |
| 2012-04-09 22:36:06 | vstinner | create | |