[Python-Dev] (some) C99 added to PEP 7 (original) (raw)
Guido van Rossum guido at python.org
Wed Sep 7 14:53:14 EDT 2016
- Previous message (by thread): [Python-Dev] (some) C99 added to PEP 7
- Next message (by thread): [Python-Dev] (some) C99 added to PEP 7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
W00t! I will have to rewrite my brain. :-)
On Wed, Sep 7, 2016 at 11:07 AM, Victor Stinner <victor.stinner at gmail.com> wrote:
2016-09-07 10:56 GMT-07:00 Benjamin Peterson <benjamin at python.org>:
To conclude our discussion about using C99 features, I've updated PEP 7 to allow the following features: - Standard integer types in
<stdint.h>
and<inttypes.h>
-static inline
functions - designated initializers - intermingled declarations - booleans Welcome to the future! Victor
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (python.org/~guido)
- Previous message (by thread): [Python-Dev] (some) C99 added to PEP 7
- Next message (by thread): [Python-Dev] (some) C99 added to PEP 7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]