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 Arfrever, benjamin.peterson, dw, eli.bendersky, hynek, jcon, kmike, meador.inge, ncoghlan, pitrou, python-dev, scoder, serhiy.storchaka, stutzbach, tshepang, vstinner
Date 2015-02-03.09:31:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150203093057.96084.13636@psf.io>
In-reply-to
Content
New changeset 2e29d54843a4 by Serhiy Storchaka in branch 'default':
Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
https://hg.python.org/cpython/rev/2e29d54843a4
History
Date User Action Args
2015-02-03 09:31:05python-devsetrecipients: + python-dev, ncoghlan, pitrou, scoder, vstinner, benjamin.peterson, stutzbach, Arfrever, eli.bendersky, meador.inge, tshepang, jcon, hynek, dw, serhiy.storchaka, kmike
2015-02-03 09:31:05python-devlinkissue15381 messages
2015-02-03 09:31:05python-devcreate