[Python-Dev] Replacement for array.array('u')?
Inada Naoki
songofacandy at gmail.com
Fri Mar 22 06:48:21 EDT 2019
FYI, I have created issue on bugs.python.org about adding deprecation warning
for array('u').
https://bugs.python.org/issue36299
I created PR to change Py_UNICODE to Py_UCS4, instead of deprecate it.
https://github.com/python/cpython/pull/12497
Then, I found same change had made and reverted in the past.
https://github.com/python/cpython/commit/62bb394729a167a46d950954c4aed5f3ba7b8a69
The issue for the revert is this.
https://bugs.python.org/issue13072
--
Inada Naoki <songofacandy at gmail.com>
More information about the Python-Dev
mailing list