]> granicus.if.org Git - python/commit
Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Feb 2015 09:30:10 +0000 (11:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Feb 2015 09:30:10 +0000 (11:30 +0200)
commit87d0b45485e1042b0eae8aedf98fa3ebb29846b8
treeed9f1f1a2c2b41ffc2da17d9f42459222e335420
parent83e802796c80f46be616b48020356f7f51be533d
Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
Doc/whatsnew/3.5.rst
Lib/test/test_memoryio.py
Misc/NEWS
Modules/_io/bytesio.c