cpython/Lib/test/test_free_threading
Victor Stinner 38a5beb12a
gh-124402: Require cpu resource in test_free_threading (#124438)
Require the 'cpu' test resource on slow test_free_threading tests.
2024-09-24 16:33:27 +02:00
..
__init__.py gh-120659: Skip test_freethreading with GIL (#120660) 2024-06-18 15:56:20 +02:00
test_dict.py gh-120579: Guard _testcapi import in test_free_threading (#120580) 2024-06-16 11:26:13 +03:00
test_list.py gh-124402: Require cpu resource in test_free_threading (#124438) 2024-09-24 16:33:27 +02:00
test_monitoring.py gh-124402: Require cpu resource in test_free_threading (#124438) 2024-09-24 16:33:27 +02:00
test_slots.py gh-117657: Fix __slots__ thread safety in free-threaded build (#119368) 2024-06-17 18:44:54 +00:00
test_str.py gh-120417: Remove unused imports in tests (part 2) (#120630) 2024-06-17 21:05:37 +02:00
test_tokenize.py gh-120317: Lock around global state in the tokenize module (#120318) 2024-07-16 11:35:57 +02:00
test_type.py gh-124402: Require cpu resource in test_free_threading (#124438) 2024-09-24 16:33:27 +02:00
test_zip.py gh-123271: Make builtin zip method safe under free-threading (#123272) 2024-08-27 15:22:43 -04:00