This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jim.Jewett
Recipients Jim.Jewett, ezio.melotti
Date 2012-02-06.21:07:59
SpamBayes Score 0.0011015031
Marked as misclassified No
Message-id <1328562481.37.0.963430075051.issue13958@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-02-06 21:08:01Jim.Jewettsetrecipients: + Jim.Jewett, ezio.melotti
2012-02-06 21:08:01Jim.Jewettsetmessageid: <1328562481.37.0.963430075051.issue13958@psf.upfronthosting.co.za>
2012-02-06 21:07:59Jim.Jewettlinkissue13958 messages
2012-02-06 21:07:59Jim.Jewettcreate