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

Benjamin Peterson benjamin at python.org
Thu Sep 8 12:17:08 EDT 2016


On Thu, Sep 8, 2016, at 09:09, Chris Barker wrote:

> > - Standard integer types in <stdint.h> and <inttypes.h> >

> Yes, I will clarify we require the fixed-width types. Does this mean that we might be able to have the built-in integer be based on int64t now? so Windows64 and *nix64 will be the same?

The builtin integer type (in Python 3) is variable length.



More information about the Python-Dev mailing list