mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
[3.14] gh-127146: Add skip_emscripten_stack_overflow in a few places (GH-135722) (#135733)
More tests that hit stack limits on some platforms.
(cherry picked from commit c8c13f8036)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
This commit is contained in:
parent
0370cb42da
commit
203753b4bb
1 changed files with 2 additions and 0 deletions
|
|
@ -1445,6 +1445,7 @@ def foo():
|
|||
foo()
|
||||
support.gc_collect()
|
||||
|
||||
@support.skip_emscripten_stack_overflow()
|
||||
@cpython_only
|
||||
def test_recursion_normalizing_exception(self):
|
||||
import_module("_testinternalcapi")
|
||||
|
|
@ -1522,6 +1523,7 @@ def test_recursion_normalizing_infinite_exception(self):
|
|||
self.assertIn(b'Done.', out)
|
||||
|
||||
|
||||
@support.skip_emscripten_stack_overflow()
|
||||
def test_recursion_in_except_handler(self):
|
||||
|
||||
def set_relative_recursion_limit(n):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue