[issue15475] Correct __sizeof__ support for itertools

Raymond Hettinger report at bugs.python.org
Thu Oct 10 07:13:36 CEST 2013


Raymond Hettinger added the comment:

Serhiy, you can make the decision on whether this goes into 3.4 or gets closed.

I don't think any actual user has ever expressed interest in this functionality and it is hard to meaningfully reason about the real memory cost because we don't have a way to include the memory of the referred-to objects.  To me, it seems like unnecessary code bloat.

----------
assignee: rhettinger -> serhiy.storchaka

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


More information about the Python-bugs-list mailing list