https://github.com/python/cpython/commit/c75d220e257ef7fda8d54e6b5d90de19d6122474
commit: c75d220e257ef7fda8d54e6b5d90de19d6122474
branch: main
author: Victor Stinner <[email protected]>
committer: vstinner <[email protected]>
date: 2026-03-26T23:40:32+01:00
summary:
gh-146410: Add --pythoninfo to make testios (#146494)
Add --pythoninfo option to dump build information.
files:
M Makefile.pre.in
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 5ea00537629de0..1a4755f3bf62ea 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2361,7 +2361,7 @@ testios:
$(PYTHON_FOR_BUILD) $(srcdir)/Apple/testbed clone --framework
$(PYTHONFRAMEWORKPREFIX) "$(XCFOLDER)"
# Run the testbed project
- $(PYTHON_FOR_BUILD) "$(XCFOLDER)" run --verbose -- test -uall
--single-process --rerun -W
+ $(PYTHON_FOR_BUILD) "$(XCFOLDER)" run --verbose -- test -uall
--single-process --rerun -W --pythoninfo
# Like test, but using --slow-ci which enables all test resources and use
# longer timeout. Run an optional pybuildbot.identify script to include
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]