]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-110657...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Oct 2023 01:31:49 +0000 (03:31 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 01:31:49 +0000 (01:31 +0000)
commit55448a5b14bb8cb345e3702384fea20eefe8b8ae
tree91b7a1c48488cb9fdc6efb7b51d2820b629cbc0c
parentdcd47e506d48d1fa2fd6a2365559e77eecc48ab5
[3.12] gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-110657) (#110664)

gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-110657)

Skip test_post_fork_child_no_deadlock() if Python is built with ASAN.

Add support.HAVE_ASAN_FORK_BUG.
(cherry picked from commit f901f56313610389027cb4eae80d1d4b071aef69)

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