]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117657: Skip tests that use threads after fork (GH-122194) (#122198)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jul 2024 21:00:21 +0000 (23:00 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 21:00:21 +0000 (21:00 +0000)
commite0f540d4131b668c85db3721acceb20316cc45e8
tree22f86a3ba0f6e6f8fe8c819aed272fe622117e8c
parent1d601a1da1bec7badcb9edc2a597a1d8003f1dc3
[3.13] gh-117657: Skip tests that use threads after fork (GH-122194) (#122198)

These tests fail when run under thread sanitizer due to the use of fork
and threads.
(cherry picked from commit 64e221d7ada8f6c20189035c7e81503f4c914f04)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Lib/test/test_asyncio/test_unix_events.py