[Python-Dev] (some) C99 added to PEP 7 (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Wed Sep 7 15:01:32 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 ]
On Wed, 7 Sep 2016 11:53:14 -0700 Guido van Rossum <guido at python.org> wrote:
W00t! I will have to rewrite my brain. :-)
... Is your brain coded in C89?
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
- 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 ]