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 loewis
Recipients loewis
Date 2012-02-19.20:28:45
SpamBayes Score 0.013726311
Marked as misclassified No
Message-id <1329683326.4.0.779702582093.issue14055@psf.upfronthosting.co.za>
In-reply-to
Content
The cElementTree Element currently returns an incorrect response to sys.getsizeof, as it doesn't account for the extra structure, and for the child pointers array. This patch corrects the computation.
History
Date User Action Args
2012-02-19 20:28:46loewissetrecipients: + loewis
2012-02-19 20:28:46loewissetmessageid: <1329683326.4.0.779702582093.issue14055@psf.upfronthosting.co.za>
2012-02-19 20:28:45loewislinkissue14055 messages
2012-02-19 20:28:45loewiscreate