[issue15489] Correct __sizeof__ support for BytesIO

Serhiy Storchaka report at bugs.python.org
Mon Jul 30 09:12:57 CEST 2012


Serhiy Storchaka added the comment:

Antoine, it looks like you committed the wrong patch for 3.3. Patches for 3.2 and 3.3 are different, otherwise I would have provided a one patch.

-        basesize = support.calcobjsize('P2PP2PP')
+        basesize = support.calcobjsize('P2nN2Pn')

----------

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


More information about the Python-bugs-list mailing list