]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100086: Add build info to test.libregrtest (#100093)
authorVictor Stinner <vstinner@python.org>
Thu, 8 Dec 2022 00:38:47 +0000 (01:38 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Dec 2022 00:38:47 +0000 (01:38 +0100)
commit3c892022472eb975360fb3f0caa6f6fcc6fbf220
treea73c98921bdbebc48fb7a81704c94a3e37995adb
parent91a8e002c21a5388c5152c5a4871b9a2d85f0fc1
gh-100086: Add build info to test.libregrtest (#100093)

The Python test runner (libregrtest) now logs Python build information like
"debug" vs "release" build, or LTO and PGO optimizations.
Lib/test/libregrtest/main.py
Lib/test/libregrtest/utils.py
Misc/NEWS.d/next/Tests/2022-12-08-00-03-37.gh-issue-100086.1zYpto.rst [new file with mode: 0644]