[issue23629] Default __sizeof__ is wrong for var-sized objects

Serhiy Storchaka report at bugs.python.org
Tue Mar 10 18:28:44 CET 2015


Serhiy Storchaka added the comment:

Good catch! How it worked before?

Now we can remove __sizeof__ implementations for tuples and bytes.

Could you please add sizeof test for PyStructSequence types?

----------

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


More information about the Python-bugs-list mailing list