diff options
author | Michael Felt <aixtools@users.noreply.github.com> | 2019-12-15 14:17:53 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2019-12-15 14:17:53 (GMT) |
commit | 39afa2d3147e4b05a1161cc90dbf09b95072c2bb (patch) | |
tree | 4e55f8d4697cc79658b89c0ccfa1d43dfb01ecb7 /pyconfig.h.in | |
parent | 94d2c8df1a7657015a2fcdb4c4d43392f91f8348 (diff) | |
download | cpython-39afa2d3147e4b05a1161cc90dbf09b95072c2bb.zip cpython-39afa2d3147e4b05a1161cc90dbf09b95072c2bb.tar.gz cpython-39afa2d3147e4b05a1161cc90dbf09b95072c2bb.tar.bz2 |
bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)
Provides a richer platform tag for AIX that we expect to be sufficient for PEP 425
binary distribution identification. Any backports to earlier Python versions will be
handled via setuptools.
Patch by Michael Felt.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 50af4c6..e053be1 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -8,6 +8,10 @@ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD +/* BUILD_GNU_TYPE + AIX_BUILDDATE are used to construct the PEP425 tag of the + build system. */ +#undef AIX_BUILDDATE + /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want support for AIX C++ shared extension modules. */ #undef AIX_GENUINE_CPLUSPLUS |