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 benjamin.peterson, hynek, pitrou, serhiy.storchaka, stutzbach
Date 2012-07-29.19:53:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343591617.54.0.289047671129.issue15490@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that implements correct __sizeof__ for C implementation of io.StringIO.

I haven't tested the patch on narrow build.
History
Date User Action Args
2012-07-29 19:53:37serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, hynek
2012-07-29 19:53:37serhiy.storchakasetmessageid: <1343591617.54.0.289047671129.issue15490@psf.upfronthosting.co.za>
2012-07-29 19:53:36serhiy.storchakalinkissue15490 messages
2012-07-29 19:53:36serhiy.storchakacreate