From f9e3ff1ea4b2c8b787360409d55f2037652b7456 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Tue, 8 Aug 2023 09:52:13 -0600 Subject: gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) We had disabled them due to crashes they exposed, which have since been fixed. --- Lib/test/test_interpreters.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_interpreters.py b/Lib/test/test_interpreters.py index 662eafa..5981d96 100644 --- a/Lib/test/test_interpreters.py +++ b/Lib/test/test_interpreters.py @@ -464,7 +464,6 @@ class TestInterpreterRun(TestBase): # test_xxsubinterpreters covers the remaining Interpreter.run() behavior. -@unittest.skip('these are crashing, likely just due just to _xxsubinterpreters (see gh-105699)') class StressTests(TestBase): # In these tests we generally want a lot of interpreters, -- cgit v0.12