]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:04:24 +0000 (05:04 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 03:04:24 +0000 (03:04 +0000)
commit38036eb43a6e1d19b84dc07ffa5f4e14bb66a28b
tree71afd13db496d32de0f8920db20fade3555ebf30
parent67d4cbf189d68a5ea66063c33bf0ae600f24e053
[3.14] gh-152711: Add pythoninfo-build command to Platforms/Android (GH-152713) (#152726)

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