diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-27 21:48:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 21:48:08 (GMT) |
commit | a4aac7d3eafc413ae75f26ca1a1246bdba23c7fb (patch) | |
tree | 67d960d452b6008fa25b5c71e55a01d96738f4bc | |
parent | 1cb95cd2c5217807af4d211e8197400ba6e31096 (diff) | |
download | cpython-a4aac7d3eafc413ae75f26ca1a1246bdba23c7fb.zip cpython-a4aac7d3eafc413ae75f26ca1a1246bdba23c7fb.tar.gz cpython-a4aac7d3eafc413ae75f26ca1a1246bdba23c7fb.tar.bz2 |
[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 <ericsnowcurrently@gmail.com>
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Co-authored-by: T. Wouters <thomas@python.org>
-rw-r--r-- | Lib/test/test_interpreters.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_interpreters.py b/Lib/test/test_interpreters.py index 27a143c..90932c0 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, |