[New-bugs-announce] [issue15469] Correct __sizeof__ support for deque
Serhiy Storchaka
report at bugs.python.org
Fri Jul 27 17:47:58 CEST 2012
New submission from Serhiy Storchaka <storchaka at gmail.com>:
Here is a patch that implements correct __sizeof__ for collections.deque.
Test depends on issue15467.
----------
components: Library (Lib)
files: deque_sizeof.patch
keywords: patch
messages: 166578
nosy: storchaka
priority: normal
severity: normal
status: open
title: Correct __sizeof__ support for deque
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file26544/deque_sizeof.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15469>
_______________________________________
More information about the New-bugs-announce
mailing list