Skip to content

Commit

Permalink
[3.12] pythongh-105699: Re-enable the Multiple-Interpreters Stress Te…
Browse files Browse the repository at this point in the history
…sts (pythongh-107572) (python#107783)

We had disabled them due to crashes they exposed, which have since been fixed.
(cherry picked from commit f9e3ff1)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: T. Wouters <thomas@python.org>
  • Loading branch information
4 people committed Nov 27, 2023
1 parent 1cb95cd commit a4aac7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_interpreters.py
Expand Up @@ -464,7 +464,6 @@ def test_bytes_for_script(self):
# 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,
Expand Down

0 comments on commit a4aac7d

Please sign in to comment.