]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-152715: Add pythoninfo-build command to Platforms/Apple (GH-152716) (#152724)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jul 2026 03:18:34 +0000 (05:18 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 03:18:34 +0000 (03:18 +0000)
commit08e17722227e372131a07b61fa8625dd3b224057
tree3ab67093c4a0ba705b85b3d88729d57dc6e91c95
parent38036eb43a6e1d19b84dc07ffa5f4e14bb66a28b
[3.14] gh-152715: Add pythoninfo-build command to Platforms/Apple (GH-152716) (#152724)

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".
(cherry picked from commit 746c535a8e4cbf32af3d3ceba204c01d91614217)

Co-authored-by: Victor Stinner <vstinner@python.org>
Apple/__main__.py