]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Skip tests that use threads after fork (#122194)
authorSam Gross <colesbury@gmail.com>
Tue, 23 Jul 2024 20:30:49 +0000 (16:30 -0400)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 20:30:49 +0000 (16:30 -0400)
commit64e221d7ada8f6c20189035c7e81503f4c914f04
tree8b91f4e6e2db3d4f4f16c32301a6e9e07b136094
parent33d32faa580fb776cb660e9cc8aa7e45c6c68c08
gh-117657: Skip tests that use threads after fork (#122194)

These tests fail when run under thread sanitizer due to the use of fork
and threads.
Lib/test/test_asyncio/test_unix_events.py