]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)
authorVictor Stinner <vstinner@python.org>
Tue, 22 Aug 2023 23:39:50 +0000 (01:39 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 23:39:50 +0000 (01:39 +0200)
commit3a1ac87f8f89d3206b46a0df4908afae629d669d
treefe014a0f1ad35114855a803d5a0841b06f3e19b0
parenta0bb4a39d1ca10e4a75f50a9fbe90cc9db28d29e
gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)

* Cleanup libregrtest code logging ASAN_OPTIONS.
* Fix a typo on "ASAN_OPTIONS" vs "MSAN_OPTIONS".
Lib/test/libregrtest/main.py
Lib/test/pythoninfo.py
Lib/test/support/__init__.py