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 python-dev
Recipients pitrou, python-dev, serhiy.storchaka, vstinner
Date 2013-10-05.19:12:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cscyv5CgCz7LjM@mail.python.org>
In-reply-to
Content
New changeset 499a96611baa by Antoine Pitrou in branch 'default':
Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion).
http://hg.python.org/cpython/rev/499a96611baa
History
Date User Action Args
2013-10-05 19:12:24python-devsetrecipients: + python-dev, pitrou, vstinner, serhiy.storchaka
2013-10-05 19:12:24python-devlinkissue19087 messages
2013-10-05 19:12:24python-devcreate