[issue15436] __sizeof__ is not documented

Eric Snow report at bugs.python.org
Wed Jul 25 06:52:21 CEST 2012


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

issue2898 smells like an implementation detail to me. Also, sys.getsizeof() isn't necessarily authoritative here, since the sys module is full of all sorts of implementation details.

I'm not saying __sizeof__ shouldn't be made an official part of the language, but we should be careful before we effectively etch something in stone for all Python implementations.  It may be worth getting feedback from python-dev, particularly from the major Python implementers.

----------

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


More information about the Python-bugs-list mailing list