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 giampaolo.rodola
Recipients giampaolo.rodola, josiahcarlson, pitrou
Date 2010-05-11.12:21:52
SpamBayes Score 0.005879672
Marked as misclassified No
Message-id <1273580514.45.0.674365756691.issue8684@psf.upfronthosting.co.za>
In-reply-to
Content
What are the enhancements introduced by this patch?
A faster cancel() implementation?
If so some simple benchmarks showing the speed improvement of cancel() and eventually also other methods like enterabs() and run() would be nice to have.

I've noticed there are no existing tests for the sched module.
This is very bad. I think the first thing to do is adding tests, make sure they pass with the current implementation, then apply the patch and make sure they keep passing.

Obviously it is also crucial that this patch is fully backward compatible with the current implementation.
History
Date User Action Args
2010-05-11 12:21:54giampaolo.rodolasetrecipients: + giampaolo.rodola, josiahcarlson, pitrou
2010-05-11 12:21:54giampaolo.rodolasetmessageid: <1273580514.45.0.674365756691.issue8684@psf.upfronthosting.co.za>
2010-05-11 12:21:52giampaolo.rodolalinkissue8684 messages
2010-05-11 12:21:52giampaolo.rodolacreate