]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152715: Add pythoninfo-build command to Platforms/Apple (GH-152716) (#152723)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jul 2026 03:29:44 +0000 (05:29 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 03:29:44 +0000 (03:29 +0000)
commitfc8d7edd56951e7b015d6d6d33a80639196c1197
treed35fbce33c80c0535802abd789a494d38f4aba68
parent81bfc9cc8613c7beacc335416940d9426b1e7f4e
[3.15] gh-152715: Add pythoninfo-build command to Platforms/Apple (GH-152716) (#152723)

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>
Platforms/Apple/__main__.py