Message363948
| 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: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 |
|