This change would break two lovely functions I wrote this week.

On Thu, Jun 20, 2019, 12:35 PM Steve Dower <steve.do...@python.org> wrote:

> On 20Jun2019 0205, Inada Naoki wrote:
> > 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?
>
> What benefit would this provide? And why is a non-ASCII identifier not
> practical?
>
> Cheers,
> Steve
> _______________________________________________
> 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/MTODUH26R6T3TEKYJOGQ2JTOVKPXRRIC/
>
_______________________________________________
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/6BMPSO2GMOPYQWS4TUN3MCRUVJRGX4HO/

Reply via email to