[Python-Dev] Is this safe enough? Re: [Python-checkins] cpython: _Py_Identifier are always ASCII strings

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Feb 7 20:31:00 CET 2012


2012/2/7 Gregory P. Smith <greg at krypto.org>

> Why do we still care about C89?  It is 2012 and we're talking about
> Python 3.  What compiler on what platform that anyone actually cares
> about does not support C99?
>

The Microsoft compilers on Windows do not support C99:
- Declarations must be at the start of a block
- No designated initializers for structures
- Ascii-only identifiers:
http://msdn.microsoft.com/en-us/library/e7f8y25b.aspx

-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20120207/ca75bd4f/attachment.html>


More information about the Python-Dev mailing list