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

Guido van Rossum report at bugs.python.org
Sun Sep 21 00:26:50 CEST 2014


Guido van Rossum added the comment:

I will try to review later tonight. One thing though:

>  I tend to write my code with the thought that any non standard library
function can yield

That makes sense when using geven, but not when using asyncio or Trollius.
Nothing will make events run if you don't use yield [from].

----------

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


More information about the Python-bugs-list mailing list