[issue20032] asyncio.Future.set_exception() creates a reference cycle

Antoine Pitrou report at bugs.python.org
Fri Dec 20 23:27:53 CET 2013


Antoine Pitrou added the comment:

> Maybe it's time to look into
> http://code.google.com/p/tulip/issues/detail?id=42 ? (It proposes to
> run gc.collect() occasionally when the loop is idle.)

Is it possible to break the cycle instead? Or is the graph of references
too complex for that?

----------

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


More information about the Python-bugs-list mailing list