[issue19087] bytearray front-slicing not optimized

Serhiy Storchaka report at bugs.python.org
Sat Oct 5 23:09:14 CEST 2013


Serhiy Storchaka added the comment:

Side effect of this change is that bytearray's data now can be non-aligned. We should examine all places which relies on this.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19087>
_______________________________________


More information about the Python-bugs-list mailing list