[issue995907] memory leak with threads and enhancement of the timer class

Yael report at bugs.python.org
Sat Apr 13 22:30:41 CEST 2013


Yael added the comment:

I am working on a patch for a new class that uses a single background thread, it should be ready soon. One unintended consequence of this change is that with one thread, multiple timers that have the same timeout will no longer run in parallel, but one after the other.

----------
nosy: +yael

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


More information about the Python-bugs-list mailing list