[issue21163] asyncio task possibly incorrectly garbage collected

Guido van Rossum report at bugs.python.org
Sun Apr 6 01:30:44 CEST 2014


Guido van Rossum added the comment:

Most likely your program is simply relying on undefined behavior and the right way to fix it is to keep strong references to all tasks until they self-destruct.

----------

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


More information about the Python-bugs-list mailing list