Skip to content

Commit ee7dc67

Browse files
[3.12] gh-105699: Revert gh-107783 "Re-enable the Multiple-Interpreters Stress Tests" (gh-112474)
Revert "[3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (#107783)" This reverts commit a4aac7d. The stress tests are still failing on FreeBSD.
1 parent 3135544 commit ee7dc67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_interpreters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ def test_bytes_for_script(self):
468468
# test_xxsubinterpreters covers the remaining Interpreter.run() behavior.
469469

470470

471+
@unittest.skip('these are crashing, likely just due just to _xxsubinterpreters (see gh-105699)')
471472
class StressTests(TestBase):
472473

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

0 commit comments

Comments
 (0)