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 80f20f5 commit c6d4c79Copy full SHA for c6d4c79
Lib/test/test_import/__init__.py
@@ -3160,6 +3160,7 @@ def test_check_state_first(self):
3160
# Also, we test with a single-phase module that has global state,
3161
# which is shared by all interpreters.
3162
3163
+ @no_rerun(reason="module state is not cleared (see gh-140657)")
3164
@requires_subinterpreters
3165
def test_basic_multiple_interpreters_main_no_reset(self):
3166
# without resetting; already loaded in main interpreter
0 commit comments