[issue37042] wait_for(coro, timeout=0) memleak

ixje report at bugs.python.org
Sat May 25 08:34:53 EDT 2019


ixje <brinkie83 at gmail.com> added the comment:

Perhaps also worth mentioning is that when we supply None as timeout value in the `wait_for()` in the minimal sample, then it still reports 60MB memory usage. Seems pretty steep for doing basically nothing but looping around.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37042>
_______________________________________


More information about the Python-bugs-list mailing list