mirror of
https://github.com/python/cpython.git
synced 2026-07-06 01:39:24 -04:00
fc8d7edd56
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 746c535a8e)
Co-authored-by: Victor Stinner <vstinner@python.org>