gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)

This commit is contained in:
Petr Viktorin 2025-11-24 13:26:35 +01:00 committed by GitHub
parent 6462322840
commit bf66bce4ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 183 additions and 22 deletions

View file

@ -15,7 +15,8 @@
import tempfile
import types
_testsinglephase = import_helper.import_module("_testsinglephase")
# gh-116303: Skip test module dependent tests if test modules are unavailable
import_helper.import_module("_testmultiphase")
BUILTINS = types.SimpleNamespace()