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

Joshua Moore-Oliva report at bugs.python.org
Sun Sep 21 00:38:50 CEST 2014


Joshua Moore-Oliva added the comment:

> I will try to review later tonight.

Thanks!

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

Yes, I am aware of that. I have written a small custom library using fibers (a greenlet-like library) on top of asyncio so that I don't need to use yield from in my application(s).

----------

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


More information about the Python-bugs-list mailing list