]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Nov 2023 21:48:08 +0000 (22:48 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 21:48:08 +0000 (14:48 -0700)
We had disabled them due to crashes they exposed, which have since been fixed.
(cherry picked from commit f9e3ff1ea4b2c8b787360409d55f2037652b7456)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: T. Wouters <thomas@python.org>
Lib/test/test_interpreters.py

index 27a143c7f5f38d2c32398053852affd002f03d56..90932c0f66f38f910985ab3dff9a234a825c72d7 100644 (file)
@@ -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,