]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152711: Add pythoninfo-build command to Platforms/Android (GH-152713) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jul 2026 03:29:26 +0000 (05:29 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 03:29:26 +0000 (03:29 +0000)
commit81bfc9cc8613c7beacc335416940d9426b1e7f4e
tree72d30e4fa2b5f46995b33702bec7e51bb30c3804
parent83391ceff61bdc5d0ba994cdae23f1406885825c
[3.15] gh-152711: Add pythoninfo-build command to Platforms/Android (GH-152713) (#152725)

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
(cherry picked from commit fdcee4f5bd8d0dd852518ec9f092ac35ce9fd5d8)

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