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  <songofaca...@gmail.com>
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/CHFLUCGEWBGXMBRX2E6OSE3BZ3ZGUNKS/

Reply via email to