]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:22:51 +0000 (03:22 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 01:22:51 +0000 (01:22 +0000)
commit7984dc28b3c3163b0e58ba326417cd3e4bc3dbaa
treeff7a7ec6cea2803434624e9700665ec447939aa8
parent46347d3caf92e773f99b301ab4de7d13c99e04e3
[3.11] gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-110657) (#110665)

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