From 7329b6f64132b28af31b98ba89d6b0c483feb7a4 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Tue, 8 Aug 2023 09:52:13 -0600 Subject: [PATCH] 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. (cherry picked from commit f9e3ff1ea4b2c8b787360409d55f2037652b7456) Co-authored-by: Eric Snow --- 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 662eafa3b7a104..5981d96de8de06 100644 --- a/Lib/test/test_interpreters.py +++ b/Lib/test/test_interpreters.py @@ -464,7 +464,6 @@ def test_bytes_for_script(self): # 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,