]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118079: Fix ``requires_singlephase_init`` helper (#118081)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Fri, 19 Apr 2024 15:38:13 +0000 (18:38 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2024 15:38:13 +0000 (11:38 -0400)
commit8d4a244f1516dcde23becc2a273d30c202237598
tree0638a746c6bcbe9b018dfd85a2f51aaa3e42a5f7
parent1e3e7ce11e3b0fc76e981db85d27019d6d210bbc
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.
Lib/test/test_import/__init__.py