[issue46572] Unicode identifiers not necessarily unique

Pablo Galindo Salgado report at bugs.python.org
Sat Jan 29 12:37:09 EST 2022


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

This seems coherent with https://www.python.org/dev/peps/pep-3131/ to me. The parser ensures all identifiers are converted into the normal form NFKC while parsing; comparison of identifiers is based on NFKC.

----------

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


More information about the Python-bugs-list mailing list