[docs] [issue17468] Generator memory leak

Antoine Pitrou report at bugs.python.org
Fri Apr 19 18:25:59 CEST 2013


Antoine Pitrou added the comment:

With the advent of yield-based asynchronous programming, it is going to be problematic if a generator caught in a reference cycle can create a memory leak.

----------
nosy: +pitrou

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


More information about the docs mailing list