From a4aac7d3eafc413ae75f26ca1a1246bdba23c7fb Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:48:08 +0100 Subject: [PATCH] [3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (#107783) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We had disabled them due to crashes they exposed, which have since been fixed. (cherry picked from commit f9e3ff1ea4b2c8b787360409d55f2037652b7456) Co-authored-by: Eric Snow Co-authored-by: Ɓukasz Langa Co-authored-by: T. Wouters --- 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 27a143c7f5f38d..90932c0f66f38f 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,