Skip to content

Commit 7329b6f

Browse files
ericsnowcurrentlymiss-islington
authored andcommitted
pythongh-105699: Re-enable the Multiple-Interpreters Stress Tests (pythongh-107572)
We had disabled them due to crashes they exposed, which have since been fixed. (cherry picked from commit f9e3ff1) Co-authored-by: Eric Snow <[email protected]>
1 parent aa2ecef commit 7329b6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_interpreters.py

-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ def test_bytes_for_script(self):
464464
# test_xxsubinterpreters covers the remaining Interpreter.run() behavior.
465465

466466

467-
@unittest.skip('these are crashing, likely just due just to _xxsubinterpreters (see gh-105699)')
468467
class StressTests(TestBase):
469468

470469
# In these tests we generally want a lot of interpreters,

0 commit comments

Comments
 (0)