This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Pankrat, georg.brandl, jcea, loewis, meador.inge, python-dev, serhiy.storchaka
Date 2012-08-11.04:26:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Wv9Bx6Kh6zPpn@mail.python.org>
In-reply-to
Content
New changeset 91382d4e2dfb by Meador Inge in branch '2.7':
Issue #15424: Add a __sizeof__ implementation for array objects.
http://hg.python.org/cpython/rev/91382d4e2dfb

New changeset 45ef9bc8739f by Meador Inge in branch '3.2':
Issue #15424: Add a __sizeof__ implementation for array objects.
http://hg.python.org/cpython/rev/45ef9bc8739f

New changeset 7d82a60850fd by Meador Inge in branch 'default':
Issue #15424: Add a __sizeof__ implementation for array objects.
http://hg.python.org/cpython/rev/7d82a60850fd
History
Date User Action Args
2012-08-11 04:26:51python-devsetrecipients: + python-dev, loewis, georg.brandl, jcea, Pankrat, meador.inge, serhiy.storchaka
2012-08-11 04:26:51python-devlinkissue15424 messages
2012-08-11 04:26:50python-devcreate