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

Manuel Jacob report at bugs.python.org
Sat Feb 23 21:11:25 CET 2013


Manuel Jacob added the comment:

http://docs.python.org/3/library/array.html states that the 'u' type code is deprecated together with the rest of the Py_UNICODE API (which includes PyUnicode_FromUnicode), so keeping this using PyUnicode_FromUnicode should be fine.

----------

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


More information about the Python-bugs-list mailing list