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 serhiy.storchaka
Recipients giampaolo.rodola, pitrou, serhiy.storchaka
Date 2012-12-08.09:33:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354959239.11.0.372090079452.issue16640@psf.upfronthosting.co.za>
In-reply-to
Content
In additional to issue16165 I think that sched.scheduler runs more code under a lock than needed. The proposed patch moves this code outside a lock. This unlikely a bug, may be only small enhancement and cleanup.
History
Date User Action Args
2012-12-08 09:33:59serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, giampaolo.rodola
2012-12-08 09:33:59serhiy.storchakasetmessageid: <1354959239.11.0.372090079452.issue16640@psf.upfronthosting.co.za>
2012-12-08 09:33:58serhiy.storchakalinkissue16640 messages
2012-12-08 09:33:58serhiy.storchakacreate