]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110031: Skip test_threading fork tests if ASAN (#110100)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Sep 2023 12:41:33 +0000 (14:41 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2023 12:41:33 +0000 (12:41 +0000)
commit86e76ab8af9a5018acbcdcbb6285678175b1bd8a
tree210b859099cd8a4701d417c71e426dbf23b80e2e
parent743e3572ee940a6cf88fd518e5f4a447905ba5eb
gh-110031: Skip test_threading fork tests if ASAN (#110100)

Skip test_threading tests using thread+fork if Python is built with
Address Sanitizer (ASAN).
Lib/test/test_threading.py
Misc/NEWS.d/next/Tests/2023-09-29-14-11-30.gh-issue-110031.fQnFnc.rst [new file with mode: 0644]