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 martin.panter
Recipients alexei.romanov, johan, martin.panter, ned.deily, pitrou, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, wolma, zach.ware
Date 2015-04-18.06:18:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429337925.99.0.149058469178.issue23985@psf.upfronthosting.co.za>
In-reply-to
Content
This bug might have been caused by the changes for Issue 19087, so I left a note there. It looks like that issue added the ob_start field to bytearray() objects, so that deleting from the start does not require memory copying.
History
Date User Action Args
2015-04-18 06:18:46martin.pantersetrecipients: + martin.panter, terry.reedy, pitrou, tim.golden, ned.deily, zach.ware, serhiy.storchaka, steve.dower, wolma, alexei.romanov, johan
2015-04-18 06:18:45martin.pantersetmessageid: <1429337925.99.0.149058469178.issue23985@psf.upfronthosting.co.za>
2015-04-18 06:18:45martin.panterlinkissue23985 messages
2015-04-18 06:18:45martin.pantercreate