[issue35354] Generator functions stack overflow

Karthikeyan Singaravelan report at bugs.python.org
Fri Nov 30 22:41:01 EST 2018


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

Brett, the user had an invalid email address in their profile thus adding comments to the issue caused a server error while sending notification to them. So they have been removed from the issue. Please see : https://python.zulipchat.com/#narrow/stream/116501-workflow/subject/Is.20adding.20comment.20in.20bpo.20broken.20for.20anyone.3F/near/148846056

As for the issue OP attached a reproducer where they produce NameError with the "new" variable which is not defined in the try block and catch the exception to make recursive calls in https://bugs.python.org/file47958/crash.py

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35354>
_______________________________________


More information about the Python-bugs-list mailing list