cpython/Lib/test/test_interpreters
Eric Snow 1c0a104eca
gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterState Field (gh-126989)
This approach eliminates the originally reported race. It also gets rid of the deadlock reported in gh-96071, so we can remove the workaround added then.
2024-11-19 12:59:19 -07:00
..
__init__.py
__main__.py
test_api.py gh-126223: Propagate unicode errors in _interpreters.create() (#126224) 2024-10-31 17:14:37 +03:00
test_channels.py
test_lifecycle.py
test_queues.py
test_stress.py gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterState Field (gh-126989) 2024-11-19 12:59:19 -07:00
utils.py