]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118362: Skip tests when threading isn't available (#118666)
authorDino Viehland <dinoviehland@meta.com>
Mon, 6 May 2024 23:45:04 +0000 (16:45 -0700)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 23:45:04 +0000 (16:45 -0700)
commite272195b3eff3a78e334a601a637d198b8de2319
tree7f8d0179b0b196e3bd515b00428b1a4df50f737f
parent636b8d94c91324c7e49a7cfe914f162690adf488
gh-118362: Skip tests when threading isn't available (#118666)

* Skip tests when threads aren't available

* Use ThreadPoolExecutor
Lib/test/test_free_threading/test_list.py
Lib/test/test_free_threading/test_monitoring.py
Lib/test/test_free_threading/test_type.py