]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152715: Add pythoninfo-build command to Platforms/Apple (#152716)
authorVictor Stinner <vstinner@python.org>
Wed, 1 Jul 2026 02:59:42 +0000 (04:59 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 02:59:42 +0000 (10:59 +0800)
commit746c535a8e4cbf32af3d3ceba204c01d91614217
treed1783567959147dc86aadbd5241e0fffd9571984
parenta5be0d81cb74fabe563b8317f94d80aa01c9bbf9
gh-152715: Add pythoninfo-build command to Platforms/Apple (#152716)

Add a pythoninfo-build command to Platforms/Apple to display build
info of the build Python. The command runs "make pythoninfo".

The "ci" and "build" commands now also run "pythoninfo-build".
Platforms/Apple/__main__.py