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.

作者 giampaolo.rodola
收信人 giampaolo.rodola, josiah.carlson, josiahcarlson, pitrou, rhettinger, serhiy.storchaka, stutzbach
日期 2013-10-15.18:52:37
SpamBayes Score -1.0
Marked as misclassified
Message-id <1381863158.18.0.693437427938.issue13451@psf.upfronthosting.co.za>
In-reply-to
内容
I don't have time to look into Serhiy's changes right now but here's a brief summary:

- there's a (I think) *minor* downside in terms of backward compatibility because scheduler._queue won't be updated after cancel() (basically this is the reason why this issue was waiting for Raymond's approval)

- the upside (other than the great speedup) is that I doubt anyone relies on that and scheduler._queue is not supposed to be used in the first place

- tulip's scheduler already provides something very similar to what this patch proposes so no action should be taken on that front


I personally think this should go in but I'd like to hear an OK from Raymond first.
历史
日期 用户 动作 参数
2013-10-15 18:52:38giampaolo.rodola修改recipients: + giampaolo.rodola, rhettinger, josiahcarlson, pitrou, josiah.carlson, stutzbach, serhiy.storchaka
2013-10-15 18:52:38giampaolo.rodola修改messageid: <1381863158.18.0.693437427938.issue13451@psf.upfronthosting.co.za>
2013-10-15 18:52:38giampaolo.rodola链接issue13451 messages
2013-10-15 18:52:37giampaolo.rodola创建