Skip to content

gh-146410: Add --pythoninfo to make testios#146494

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:make_testios_pythoninfo
Mar 26, 2026
Merged

gh-146410: Add --pythoninfo to make testios#146494
vstinner merged 1 commit intopython:mainfrom
vstinner:make_testios_pythoninfo

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 26, 2026

Add --pythoninfo option to dump build information.

Add --pythoninfo option to dump build information.
@vstinner
Copy link
Member Author

The iOS ARM64 Simulator 3.x buildbot runs the make testios command to run the test suite. It should also dump the Python build information using the new test --pythoninfo option.

@vstinner
Copy link
Member Author

cc @freakboy3742

@vstinner vstinner merged commit c75d220 into python:main Mar 26, 2026
46 checks passed
@vstinner vstinner deleted the make_testios_pythoninfo branch March 26, 2026 22:40
@vstinner
Copy link
Member Author

It works as expected, build information are logged properly: https://buildbot.python.org/#/builders/1380/builds/6161

Python build information
########################
 
...
os.uname: posix.uname_result(sysname='Darwin', nodename='ip-10-0-98-195.ec2.internal', release='24.6.0', version='Darwin Kernel Version 24.6.0: Wed Nov  5 21:33:59 PST 2025; root:xnu-11417.140.69.705.2~1/RELEASE_ARM64_T8112', machine='arm64')
platform.architecture: 64bit
platform.platform: iOS-18.3.1-arm64-64bit
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant