]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104839: Prevent test_venv AddressSanitizer spam (GH-105005) (#105006)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 May 2023 01:41:21 +0000 (18:41 -0700)
committerGitHub <noreply@github.com>
Sat, 27 May 2023 01:41:21 +0000 (01:41 +0000)
commitf625ec360324842d7123db7dfe05ca2e221eecfd
treedfc5651a946f3558f1da009f92ee65793720cf72
parent2c02c6886739f0ed420d900b2a29933bc1c5df37
[3.12] gh-104839: Prevent test_venv AddressSanitizer spam (GH-105005) (#105006)

gh-104839: Prevent test_venv AddressSanitizer spam (GH-105005)

Pass any ASAN_OPTIONS environment variable through to the child process
so that leak sanitizer being disabled on our CI and buildbots stays
true in the children.
(cherry picked from commit a17f160376955d369c8d332e1b1a90a6e18c852a)

Co-authored-by: Gregory P. Smith [Google] <greg@krypto.org>
Lib/test/test_venv.py