[New-bugs-announce] [issue13958] Comment _PyUnicode_FromId

Jim Jewett report at bugs.python.org
Mon Feb 6 22:08:01 CET 2012


New submission from Jim Jewett <jimjjewett at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13958>
_______________________________________


More information about the New-bugs-announce mailing list