]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-105699: Revert gh-107783 "Re-enable the Multiple-Interpreters Stress Tests...
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 27 Nov 2023 22:39:04 +0000 (15:39 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 22:39:04 +0000 (22:39 +0000)
Revert "[3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (#107783)"

This reverts commit a4aac7d3eafc413ae75f26ca1a1246bdba23c7fb.

The stress tests are still failing on FreeBSD.

Lib/test/test_interpreters.py

index f593fda2cd130e2a9be966f70ac04455f1609e84..b426fa12f3e70e7079d38e9959ca96354b6f6942 100644 (file)
@@ -468,6 +468,7 @@ 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,