Brett Cannon <br...@python.org> added the comment:

How did you make a recursive generator? The 'yield' would have paused 
execution. Do you have code you can share to reproduce? Otherwise blowing your 
stack out is normal behaviour in a function which you can deal with by lowering 
your stack depth with sys.setrecursionlimit() to one that will raise 
RecursionError before you blow your stack.

----------
nosy: +brett.cannon

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

Reply via email to