Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Lib/test/test_import/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3160,6 +3160,7 @@ def test_check_state_first(self):
# Also, we test with a single-phase module that has global state,
# which is shared by all interpreters.

@no_rerun(reason="module state is not cleared (see gh-140657)")
@requires_subinterpreters
def test_basic_multiple_interpreters_main_no_reset(self):
# without resetting; already loaded in main interpreter
Expand Down
Loading