]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-89363: Skip threading test_is_alive_after_fork() if ASAN (GH-109835) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:36:04 +0000 (08:36 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:36:04 +0000 (17:36 +0200)
commitd09a3145b596810078d0b24e1a9cbebc117f804d
tree6f607ab8d82faa63e12627382d6e3d3e3290fb6e
parente25bc38ebb5927e2e7a3b0a201f4d1af8b4e546a
[3.12] gh-89363: Skip threading test_is_alive_after_fork() if ASAN (GH-109835) (#109855)

gh-89363: Skip threading test_is_alive_after_fork() if ASAN (GH-109835)

Skip test_is_alive_after_fork() of test_threading if Python is built
with Address Sanitizer (ASAN).
(cherry picked from commit bc06743533b5fea2d5ecdad6dd3caa372c67439f)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/_test_multiprocessing.py
Lib/test/test_threading.py