Jim Jewett <jimjjew...@gmail.com> added the comment:

On Mon, Feb 6, 2012 at 4:25 PM, Martin v. Löwis <rep...@bugs.python.org> wrote:

> Martin v. Löwis <mar...@v.loewis.de> added the comment:

> This has nothing to do with PEP 3131. Python could (and does)
> support non-ASCII identifiers just fine, regardless of C compiler
> limitations.

I *think* you're saying that the _Py_Identifier( ) is a smaller set
than identifiers in general.  Would the following be more accurate?

        /* PEP3131 does allow non-ASCII identifiers in user code, but
                   limits their use within the implementation itself.
                   In particular, a _Py_Identifier may be passed directly to
                   C code; such identifiers are restricted to ASCII to avoid
                   breaking some supported C compilers. */

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13958>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to