[Python-Dev] (some) C99 added to PEP 7

Victor Stinner victor.stinner at gmail.com
Wed Sep 7 14:07:56 EDT 2016


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


More information about the Python-Dev mailing list