]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)
authorVictor Stinner <vstinner@python.org>
Wed, 11 Oct 2023 00:57:53 +0000 (02:57 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 00:57:53 +0000 (02:57 +0200)
commitf901f56313610389027cb4eae80d1d4b071aef69
treec8502241e20460296678d288656b8d6d6d2fed66
parent7ca4aafa0ea94a4bb778b34e9c2e85b07f550c11
gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)

Skip test_post_fork_child_no_deadlock() if Python is built with ASAN.

Add support.HAVE_ASAN_FORK_BUG.
Lib/test/_test_multiprocessing.py
Lib/test/support/__init__.py
Lib/test/test_logging.py
Lib/test/test_threading.py