[New-bugs-announce] [issue23744] Speed-up deque.__bool__

Raymond Hettinger report at bugs.python.org
Mon Mar 23 07:05:12 CET 2015


New submission from Raymond Hettinger:

The __bool__ method is a little faster than __len__.
Timings attached.

----------
assignee: rhettinger
components: Library (Lib)
files: deque_bool1.diff
keywords: patch
messages: 238983
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Speed-up deque.__bool__
versions: Python 3.5
Added file: http://bugs.python.org/file38644/deque_bool1.diff

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


More information about the New-bugs-announce mailing list