[pypy-issue] Issue #2367: del bytearray[:n] should be optimized (pypy/pypy)

Naoki INADA issues-reply at bitbucket.org
Sat Aug 13 09:18:20 EDT 2016


New issue 2367: del bytearray[:n] should be optimized
https://bitbucket.org/pypy/pypy/issues/2367/del-bytearray-n-should-be-optimized

Naoki INADA:

del bytearray[:n] is optimized from Python 3.4
ref: https://bugs.python.org/issue19087

AsyncIO uses bytearray for I/O buffers.
PyPy3 compatible to CPython 3.5 should have same optimization.




More information about the pypy-issue mailing list