Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Address review: test_basic_multiple_interpreters_main_no_reset() is n…
…ot affected
  • Loading branch information
erlend-aasland committed Jun 23, 2023
commit 7083645ce9b2243cf2fa18100390208810d2b566
1 change: 0 additions & 1 deletion Lib/test/test_import/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,6 @@ def test_with_reinit_reloaded(self):
# Also, we test with a single-phase module that has global state,
# which is shared by all interpreters.

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