]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 8 Aug 2023 15:52:13 +0000 (09:52 -0600)
committerGitHub <noreply@github.com>
Tue, 8 Aug 2023 15:52:13 +0000 (09:52 -0600)
We had disabled them due to crashes they exposed, which have since been fixed.

Lib/test/test_interpreters.py

index 662eafa3b7a104cf3cffb0f22f83b5c4c3accd58..5981d96de8de066644eb872e96d0850f92fc689c 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,