On 05/08/2019 11:16, Inada Naoki wrote: > https://github.com/python/cpython/blob/1213123005d9f94bb5027c0a5256ea4d3e97b61d/Include/pyport.h#L158-L168 > > This can be changed to this: > > #ifndef PY_FORMAT_SIZE_T > /* "z" is defined C99 and portable enough. We can use "%zd" instead of > "%" PY_FORMAT_SIZE_T "d" for now. > */ > # define PY_FORMAT_SIZE_T "z" > #endif > Just in case you are curious - I made the change manually in pyport.h and AIX passes all tests.
Hope this helps!
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/WU74QPST7A42UE25F7OPR6B5LRBTVKDL/
