STINNER Victor <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue38604> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
