Skip to content

Commit f9e3ff1

Browse files
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.
1 parent 906b73b commit f9e3ff1

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)