]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110103)
authorVictor Stinner <vstinner@python.org>
Mon, 2 Oct 2023 19:31:12 +0000 (21:31 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 19:31:12 +0000 (19:31 +0000)
commitc188a13c8ed3605e57caf6aa1783833f386e1c76
tree27a7afc6a6b33750ee72652fdbce3001697daa9c
parentda75bd6c31ca8fbbee494a9a4fc320d8b6db0552
[3.12] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110103)

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]