[issue19537] Fix misalignment in fastsearch_memchr_1char

Antoine Pitrou report at bugs.python.org
Sun Nov 10 18:59:50 CET 2013


Antoine Pitrou added the comment:

I don't understand in which concrete situation the current code could be wrong. The start of the unicode string should always be aligned, due to how unicode objects are allocated.

----------

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


More information about the Python-bugs-list mailing list