[issue31113] Stack overflow with large program

Antoine Pitrou report at bugs.python.org
Sat Aug 5 07:46:42 EDT 2017


Antoine Pitrou added the comment:

By the way, since you're using Python 3, you can probably workaround this issue by delegating some of the work to helper functions using `yield from`.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31113>
_______________________________________


More information about the Python-bugs-list mailing list