Message 293218 - Python tracker
Message293218
| Author | rhettinger |
|---|---|
| Recipients | Sebastian.Noack, rhettinger, serhiy.storchaka |
| Date | 2017-05-08.00:42:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1494204125.93.0.417533342841.issue30297@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Serhiy, do you have any ideas for a non-invasive global solution to running out of C-stack? The GCC options for -fno-stack-limit and -fsplit-stack are one avenue. Another is to put in a periodic check in the c-eval loop to test whether available stack is getting too small and to find a way to exit gracefully. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-05-08 00:42:06 | rhettinger | set | recipients: + rhettinger, serhiy.storchaka, Sebastian.Noack |
| 2017-05-08 00:42:05 | rhettinger | set | messageid: <1494204125.93.0.417533342841.issue30297@psf.upfronthosting.co.za> |
| 2017-05-08 00:42:05 | rhettinger | link | issue30297 messages |
| 2017-05-08 00:42:05 | rhettinger | create | |