[issue22448] call_at/call_later with Timer cancellation can result in (practically) unbounded memory usage.

Guido van Rossum report at bugs.python.org
Sat Sep 20 23:17:42 CEST 2014


Guido van Rossum added the comment:

By the way I just looked at wait_for.py; it has a bug where do_work() isn't using yield-from with the sleep() call. But that may well be the issue you were trying to debug, and this does not change my opinion about the issue -- I am still looking forward to your patch.

----------

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


More information about the Python-bugs-list mailing list