[issue36299] array: Deprecate 'u' type in array module

Serhiy Storchaka report at bugs.python.org
Fri Mar 22 11:03:02 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

array('u') is not tied with the legacy Unicode C API. It is possible to use the modern wchar_t based Unicode C API for it. See issue36346.

There are benefits from getting rid of the legacy Unicode C API, but not from array('u').

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36299>
_______________________________________


More information about the Python-bugs-list mailing list