Message363948
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. |
|
Date |
User |
Action |
Args |
2020-03-11 17:50:17 | vstinner | set | recipients:
+ vstinner |
2020-03-11 17:50:17 | vstinner | set | messageid: <1583949017.47.0.112345787602.issue39936@roundup.psfhosted.org> |
2020-03-11 17:50:17 | vstinner | link | issue39936 messages |
2020-03-11 17:50:17 | vstinner | create | |
|