cpython/Lib/test/test_import
Kirill Podoprigora 8d4a244f15
gh-118079: Fix ``requires_singlephase_init`` helper (#118081)
Before this PR tests decorated with a `requires_singlephase_init` helper
did not run because of an incorrect call to the `requires_gil_enabled`
helper.
2024-04-19 11:38:13 -04:00
..
data gh-95754: Better AttributeError on partially initialised module (#112577) 2023-12-21 13:24:10 -08:00
__init__.py gh-118079: Fix ``requires_singlephase_init`` helper (#118081) 2024-04-19 11:38:13 -04:00
__main__.py