mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
This commit is contained in:
parent
6462322840
commit
bf66bce4ee
9 changed files with 183 additions and 22 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue