From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:48:08 +0000 (+0100) Subject: [3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (... X-Git-Tag: v3.12.1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4aac7d3eafc413ae75f26ca1a1246bdba23c7fb;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (#107783) 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 --- diff --git a/Lib/test/test_interpreters.py b/Lib/test/test_interpreters.py index 27a143c7f5f3..90932c0f66f3 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,