From: Eric Snow Date: Tue, 8 Aug 2023 15:52:13 +0000 (-0600) Subject: gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) X-Git-Tag: v3.13.0a1~1029 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9e3ff1ea4b2c8b787360409d55f2037652b7456;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Lib/test/test_interpreters.py b/Lib/test/test_interpreters.py index 662eafa3b7a1..5981d96de8de 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,