]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:05:53 +0000 (05:05 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 03:05:53 +0000 (03:05 +0000)
commitce97622b31a691ff37fde9d5001ace8eab54d04c
treec5c6980f42d98566a48f6e7e08471b9b861c8fe1
parent848cb25624ab44c9fef2966c777419376b65af1b
[3.13] gh-152711: Add pythoninfo-build command to Platforms/Android (GH-152713) (#152727)

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>
Android/android.py