]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-89363: Skip threading test_is_alive_after_fork() if ASAN (GH-109835) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Sep 2023 16:29:56 +0000 (09:29 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 16:29:56 +0000 (16:29 +0000)
commit22a8efa7408e00552c9845420caf925685dde92f
tree5775a0e7a31f8ae58d1e119c2173488b43121342
parent0afae8928bbe723e9603366745d8ed16f05bb0b8
[3.11] gh-89363: Skip threading test_is_alive_after_fork() if ASAN (GH-109835) (#109856)

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