This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2020-03-11.17:50:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583949017.47.0.112345787602.issue39936@roundup.psfhosted.org>
In-reply-to
Content
AIX_BUILDDATE variable is written in pyconfig.h by configure:

> https://buildbot.python.org/all/#/builders/119/builds/383

configure: "checking for the system builddate... 1806"

> https://buildbot.python.org/all/#/builders/119/builds/451

configure: "checking for the system builddate... 1806"

So AIX_BUILDDATE seems to be set in both case.

But on build 451, the "build/lib.aix-7100-9898-32-3.9-pydebug" directory name contains 9898: this number comes from _aix_support._MISSING_BD. It's used when _have_subprocess is false or when get_config_var("AIX_BUILDDATE") cannot be converted into an integer.
History
Date User Action Args
2020-03-11 17:50:17vstinnersetrecipients: + vstinner
2020-03-11 17:50:17vstinnersetmessageid: <1583949017.47.0.112345787602.issue39936@roundup.psfhosted.org>
2020-03-11 17:50:17vstinnerlinkissue39936 messages
2020-03-11 17:50:17vstinnercreate