[New-bugs-announce] [issue16640] Less code under lock in sched.scheduler

Serhiy Storchaka report at bugs.python.org
Sat Dec 8 10:33:59 CET 2012


New submission from Serhiy Storchaka:

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.

----------
components: Library (Lib)
files: sched_less_lock.patch
keywords: patch
messages: 177147
nosy: giampaolo.rodola, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Less code under lock in sched.scheduler
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file28255/sched_less_lock.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16640>
_______________________________________


More information about the New-bugs-announce mailing list