[issue17468] Generator memory leak

Antoine Pitrou report at bugs.python.org
Fri Apr 19 18:39:47 CEST 2013


Antoine Pitrou added the comment:

> Yes. Hopefully, the async framework using generators can properly can
> close() on them, though.

With yield from-based generators, you don't need a trampoline anymore,
so the close() call is now left to the application developers (if I'm
not mistaken).

----------

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


More information about the Python-bugs-list mailing list