We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18c679 commit 103f427Copy full SHA for 103f427
1 file changed
Lib/test/test_import/__init__.py
@@ -3521,6 +3521,7 @@ class Sub(tp):
3521
pass
3522
self.assertEqual(_testcapi.pytype_getmodulebytoken(Sub, token), module)
3523
3524
+ @requires_gil_enabled("empty slots re-enable GIL")
3525
def test_from_modexport_empty_slots(self):
3526
# Module to test that:
3527
# - no slots are mandatory for PyModExport
0 commit comments