[issue38604] Schedule Py_UNICODE API removal

STINNER Victor report at bugs.python.org
Mon Oct 28 07:06:13 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

A preleminary step was to modify PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() to remove the internal caching: it has been done in Python 3.8.0 with bpo-30863.

----------
nosy: +inada.naoki, serhiy.storchaka

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


More information about the Python-bugs-list mailing list