[New-bugs-announce] [issue15475] Correct __sizeof__ support for itertools

Serhiy Storchaka report at bugs.python.org
Fri Jul 27 21:44:02 CEST 2012


New submission from Serhiy Storchaka <storchaka at gmail.com>:

Here is a patch that implements correct __sizeof__ for some itertools iterators: product(), combinations(), combinations_with_replacement() and permutations().

----------
components: Library (Lib)
files: itertools_sizeof-3.3.patch
keywords: patch
messages: 166603
nosy: rhettinger, storchaka
priority: normal
severity: normal
status: open
title: Correct __sizeof__ support for itertools
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file26547/itertools_sizeof-3.3.patch

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


More information about the New-bugs-announce mailing list