mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (#107783)
We had disabled them due to crashes they exposed, which have since been fixed.
(cherry picked from commit f9e3ff1ea4
)
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: T. Wouters <thomas@python.org>
This commit is contained in:
parent
1cb95cd2c5
commit
a4aac7d3ea
1 changed files with 0 additions and 1 deletions
|
@ -464,7 +464,6 @@ 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue