]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89363: Skip threading test_is_alive_after_fork() if ASAN (#109835)
authorVictor Stinner <vstinner@python.org>
Mon, 25 Sep 2023 16:02:04 +0000 (18:02 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 16:02:04 +0000 (16:02 +0000)
commitbc06743533b5fea2d5ecdad6dd3caa372c67439f
treeb22e534823cf3caa392634868973affc60419c13
parent1b8f2366b38c87b0450d9c15bdfdd4c4a2fc3a01
gh-89363: Skip threading test_is_alive_after_fork() if ASAN (#109835)

Skip test_is_alive_after_fork() of test_threading if Python is built
with Address Sanitizer (ASAN).
Lib/test/_test_multiprocessing.py
Lib/test/test_threading.py