]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152711: Add pythoninfo-build command to Platforms/Android (#152713)
authorVictor Stinner <vstinner@python.org>
Wed, 1 Jul 2026 03:00:03 +0000 (05:00 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 03:00:03 +0000 (11:00 +0800)
commitfdcee4f5bd8d0dd852518ec9f092ac35ce9fd5d8
tree2391bd4bc188a12aece295bdc4a9858a9e93178c
parent746c535a8e4cbf32af3d3ceba204c01d91614217
gh-152711: Add pythoninfo-build command to Platforms/Android (#152713)

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

ci and build commands now also run pythoninfo-build
Platforms/Android/__main__.py