Hi, all. Both of PyUnicdoe_FromString() and _Py_Identifier are supporting UTF-8 for now. We can not change PyUnicode_FromString() for backward compatibility, so we have _PyUnicode_FromASCII instead.
But _Py_Identifier is still private. And non-ASCII identifier is not practical. Can we change _PyUnicode_FromId to use _PyUnicode_FromASCII? Regards, -- Inada Naoki <[email protected]> _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/CHFLUCGEWBGXMBRX2E6OSE3BZ3ZGUNKS/
