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, ezio.melotti, pkt, python-dev, serhiy.storchaka, vstinner
Date 2014-10-15.17:51:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413395471.01.0.682003513772.issue22643@psf.upfronthosting.co.za>
In-reply-to
Content
More explicitly:

>>> sys.getsizeof("ü"*(2**32//12 + 1))//1024//1024
341
History
Date User Action Args
2014-10-15 17:51:11benjamin.petersonsetrecipients: + benjamin.peterson, vstinner, ezio.melotti, python-dev, serhiy.storchaka, pkt
2014-10-15 17:51:11benjamin.petersonsetmessageid: <1413395471.01.0.682003513772.issue22643@psf.upfronthosting.co.za>
2014-10-15 17:51:10benjamin.petersonlinkissue22643 messages
2014-10-15 17:51:10benjamin.petersoncreate