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.

作者 serhiy.storchaka
收信人 giampaolo.rodola, josiah.carlson, josiahcarlson, rhettinger, serhiy.storchaka, stutzbach
日期 2012-10-08.12:08:28
SpamBayes Score -1.0
Marked as misclassified
Message-id <1349698109.13.0.196254933409.issue13451@psf.upfronthosting.co.za>
In-reply-to
内容
In principle this is the right approach. But the time of enter() is increased by 20%. Here is updated and slightly optimized patch that restores enter() performance (but a little slow down cancel()). Because enter() is executed for each event and cancel() is not, and enter's gain greater cancel's loss, I think it is a very profitable exchange.
历史
日期 用户 动作 参数
2012-10-08 12:08:29serhiy.storchaka修改recipients: + serhiy.storchaka, rhettinger, josiahcarlson, giampaolo.rodola, josiah.carlson, stutzbach
2012-10-08 12:08:29serhiy.storchaka修改messageid: <1349698109.13.0.196254933409.issue13451@psf.upfronthosting.co.za>
2012-10-08 12:08:29serhiy.storchaka链接issue13451 messages
2012-10-08 12:08:28serhiy.storchaka创建