]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110104)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Sep 2023 13:19:37 +0000 (15:19 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2023 13:19:37 +0000 (15:19 +0200)
commit8ac6890d5e7b852c5f0055d83ee62a60bb48e75a
treea8bf46c009b743ab114c0a7a9fc009aaf1dffd87
parent184ce1414baa7ceb6450d54783ff8e63c907a6b0
[3.11] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110104)

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).

(cherry picked from commit 86e76ab8af9a5018acbcdcbb6285678175b1bd8a)
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]