Raymond Hettinger added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30297>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to