[issue17223] Initializing array.array with unicode type code and buffer segfaults

STINNER Victor report at bugs.python.org
Tue Feb 26 22:54:13 CET 2013


STINNER Victor added the comment:

"It was discussed to add new formats for UCS1, UCS2 and UCS4 formats to the array module, but nobody implemented the idea. The "u" format is kept unchanged (use Py_UNICODE / wchar_t) for backward compatibility with Python 3.2."

See also issue #13072 for this discussion.

----------

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


More information about the Python-bugs-list mailing list