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 benjamin.peterson
Recipients benjamin.peterson
Date 2011-06-26.03:53:21
SpamBayes Score 0.049416758
Marked as misclassified No
Message-id <1309060401.87.0.459388249467.issue12414@psf.upfronthosting.co.za>
In-reply-to
Content
sys.getsizeof() on a code object returns on the size of the code struct, not the arrays and tuples which it references.
History
Date User Action Args
2011-06-26 03:53:21benjamin.petersonsetrecipients: + benjamin.peterson
2011-06-26 03:53:21benjamin.petersonsetmessageid: <1309060401.87.0.459388249467.issue12414@psf.upfronthosting.co.za>
2011-06-26 03:53:21benjamin.petersonlinkissue12414 messages
2011-06-26 03:53:21benjamin.petersoncreate