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 pitrou, serhiy.storchaka, vstinner
Date 2013-09-29.22:01:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380492086.99.0.469592164643.issue19087@psf.upfronthosting.co.za>
In-reply-to
Content
You increase internal index in a bytearray. A bytearray with small visible length can consume much hidden memory.
History
Date User Action Args
2013-09-29 22:01:27serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner
2013-09-29 22:01:26serhiy.storchakasetmessageid: <1380492086.99.0.469592164643.issue19087@psf.upfronthosting.co.za>
2013-09-29 22:01:26serhiy.storchakalinkissue19087 messages
2013-09-29 22:01:26serhiy.storchakacreate