From: Victor Stinner Date: Thu, 26 Mar 2026 10:44:51 +0000 (+0100) Subject: gh-146410: Run tests with with --pythoninfo on iOS (#146457) X-Git-Tag: v3.15.0a8~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1038a3ab2e072ad5f367743463b6bf10c64cea9f;p=thirdparty%2FPython%2Fcpython.git gh-146410: Run tests with with --pythoninfo on iOS (#146457) Add --pythoninfo option to dump build information. --- diff --git a/Apple/__main__.py b/Apple/__main__.py index 3261f368a88f..85b016dd08ac 100644 --- a/Apple/__main__.py +++ b/Apple/__main__.py @@ -831,6 +831,7 @@ def test(context: argparse.Namespace, host: str | None = None) -> None: # noqa: f"--{context.ci_mode}-ci", "--single-process", "--no-randomize", + "--pythoninfo", # Timeout handling requires subprocesses; explicitly setting # the timeout to -1 disables the faulthandler. "--timeout=-1",