[issue14220] "yield from" kills generator on re-entry

Nick Coghlan report at bugs.python.org
Thu Mar 8 00:48:22 CET 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Added Mark Shannon to the nosy list - he's been tinkering with this area of the interpreter lately.

This definitely needs to be fixed though (even if that does mean major surgery on the implementation, up to and including the introduction of an __iter_from__ method)

----------
nosy: +Mark.Shannon

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


More information about the Python-bugs-list mailing list