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 asvetlov, gregory.p.smith, jcea, loewis, mark.dickinson, meador.inge, python-dev, serhiy.storchaka, skrah
Date 2012-07-29.03:36:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Wl8hZ1gqqzPWR@mail.python.org>
In-reply-to
Content
New changeset 37554bda2014 by Meador Inge in branch '2.7':
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
http://hg.python.org/cpython/rev/37554bda2014

New changeset 97dd2090a36c by Meador Inge in branch '3.2':
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
http://hg.python.org/cpython/rev/97dd2090a36c

New changeset 0eedf56f9a38 by Meador Inge in branch 'default':
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
http://hg.python.org/cpython/rev/0eedf56f9a38
History
Date User Action Args
2012-07-29 03:36:15python-devsetrecipients: + python-dev, loewis, gregory.p.smith, jcea, mark.dickinson, asvetlov, skrah, meador.inge, serhiy.storchaka
2012-07-29 03:36:15python-devlinkissue15402 messages
2012-07-29 03:36:14python-devcreate