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 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:06rhettingersetrecipients: + rhettinger, serhiy.storchaka, Sebastian.Noack
2017-05-08 00:42:05rhettingersetmessageid: <1494204125.93.0.417533342841.issue30297@psf.upfronthosting.co.za>
2017-05-08 00:42:05rhettingerlinkissue30297 messages
2017-05-08 00:42:05rhettingercreate