New submission from Jim Jewett <jimjjew...@gmail.com>:

Add a comment explaining why _PyUnicode_FromId can (and should) assume 
ASCII-only identifiers.


        /* PEP3131 guarantees that all python-internal identifiers
           are ASCII-only.  Violating this would break some supported
           C compilers. */

See http://mail.python.org/pipermail/python-dev/2012-February/116234.html

----------
components: Unicode
messages: 152775
nosy: Jim.Jewett, ezio.melotti
priority: normal
severity: normal
status: open
title: Comment _PyUnicode_FromId
versions: Python 3.3

_______________________________________
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