]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118729: Temporarily skip `test_multiprocessing_pool_circular_import` (#118732)
authorSam Gross <colesbury@gmail.com>
Tue, 7 May 2024 19:27:28 +0000 (15:27 -0400)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 19:27:28 +0000 (21:27 +0200)
commit2c19987db525f61e85dadb40b368c97254adc7cc
treed1c740018cfc6a059995916733904072fc3c706f
parentf58833ebf8161aaa33844d63fb51b1575180cfbb
gh-118729: Temporarily skip `test_multiprocessing_pool_circular_import` (#118732)

The `pool_in_threads.py` test file may crash in free-threaded builds,
which can lead to the Tsan test hanging. Skip it for now until we fix
the underlying issue.
Lib/test/test_importlib/test_threaded_import.py