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 Mark.Shannon
Recipients Jim.Jewett, Mark.Shannon, Yury.Selivanov, benjamin.peterson, giampaolo.rodola, gregory.p.smith, jcea, jcon, loewis, pitrou, pjenvey, rhettinger, terry.reedy, vstinner
Date 2012-04-23.13:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335189588.48.0.161523148564.issue13903@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated the repository and uploaded a new patch in response to Benjamin's review. (And the contributor form is in the post).

One remaining issue is the return value of __sizeof__().
If it is an int, then it cannot accurately reflect the memory use,
but returning a float may seem rather surprising.
History
Date User Action Args
2012-04-23 13:59:48Mark.Shannonsetrecipients: + Mark.Shannon, loewis, rhettinger, terry.reedy, gregory.p.smith, jcea, pitrou, vstinner, giampaolo.rodola, pjenvey, benjamin.peterson, Yury.Selivanov, jcon, Jim.Jewett
2012-04-23 13:59:48Mark.Shannonsetmessageid: <1335189588.48.0.161523148564.issue13903@psf.upfronthosting.co.za>
2012-04-23 13:59:47Mark.Shannonlinkissue13903 messages
2012-04-23 13:59:47Mark.Shannoncreate