8000 [3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (… · python/cpython@c580527 · GitHub
[go: up one dir, main page]

Skip to content

Commit c580527

Browse files
[3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357)
gh-105699: Disable the Interpreters Stress Tests (gh-107354) The two tests are crashing periodically in CI and on buildbots. I suspect the problem is in the _xxsubinterpreters module. Regardless, I'm disabling the tests temporarily, to reduce the noise as we approach 3.12rc1. I'll be investigating the crashes separately. (cherry picked from commit 4f67921) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
1 parent 57ef065 commit c580527

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
@@ -464,6 +464,7 @@ 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)')
467468
class StressTests(TestBase):
468469

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

0 commit comments

Comments
 (0)
0