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 loewis, serhiy.storchaka
Date 2014-08-14.10:24:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408011893.72.0.474736082349.issue22193@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch adds private function _PySys_GetSizeOf(). It is needed for correct implementing of __sizeof__() methods: issue15490, issue15513, issue15381 (BytesIO.__sizeof__ is broken in 3.5). See discussion about it in issue15490. I extracted this patch in separate issue for its simplicity and because it is needed in other issues.
History
Date User Action Args
2014-08-14 10:24:53serhiy.storchakasetrecipients: + serhiy.storchaka, loewis
2014-08-14 10:24:53serhiy.storchakasetmessageid: <1408011893.72.0.474736082349.issue22193@psf.upfronthosting.co.za>
2014-08-14 10:24:53serhiy.storchakalinkissue22193 messages
2014-08-14 10:24:53serhiy.storchakacreate