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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2012-07-26.10:29:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343298555.0.0.339886098812.issue15456@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that implements __sizeof__ for code objects (PyCodeObject) counting co_cell2arg array.
History
Date User Action Args
2012-07-26 10:29:15serhiy.storchakasetrecipients: + serhiy.storchaka
2012-07-26 10:29:15serhiy.storchakasetmessageid: <1343298555.0.0.339886098812.issue15456@psf.upfronthosting.co.za>
2012-07-26 10:29:14serhiy.storchakalinkissue15456 messages
2012-07-26 10:29:14serhiy.storchakacreate