We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddfe59 commit c8c13f8Copy full SHA for c8c13f8
Lib/test/test_exceptions.py
@@ -1445,6 +1445,7 @@ def foo():
1445
foo()
1446
support.gc_collect()
1447
1448
+ @support.skip_emscripten_stack_overflow()
1449
@cpython_only
1450
def test_recursion_normalizing_exception(self):
1451
import_module("_testinternalcapi")
@@ -1522,6 +1523,7 @@ def test_recursion_normalizing_infinite_exception(self):
1522
1523
self.assertIn(b'Done.', out)
1524
1525
1526
1527
def test_recursion_in_except_handler(self):
1528
1529
def set_relative_recursion_limit(n):
0 commit comments