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 pitrou
Recipients pitrou, serhiy.storchaka, vstinner
Date 2013-09-29.22:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380492204.2489.10.camel@fsol>
In-reply-to <1380492086.99.0.469592164643.issue19087@psf.upfronthosting.co.za>
Content
> You increase internal index in a bytearray. A bytearray with small
> visible length can consume much hidden memory.

No, because PyByteArray_Resize() is always called afterwards to ensure
that the buffer is resized when it gets below 50% usage.
History
Date User Action Args
2013-09-29 22:03:26pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka
2013-09-29 22:03:26pitroulinkissue19087 messages
2013-09-29 22:03:26pitroucreate