This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yael
Recipients ajaksu2, pitrou, thaar, yael
Date 2013-04-13.20:30:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365885041.25.0.460010492759.issue995907@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-04-13 20:30:41yaelsetrecipients: + yael, thaar, pitrou, ajaksu2
2013-04-13 20:30:41yaelsetmessageid: <1365885041.25.0.460010492759.issue995907@psf.upfronthosting.co.za>
2013-04-13 20:30:41yaellinkissue995907 messages
2013-04-13 20:30:41yaelcreate