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 2ffd60e commit e3f67eeCopy full SHA for e3f67ee
Lib/test/test_capi/test_misc.py
@@ -419,6 +419,7 @@ def test_trashcan_python_class1(self):
419
420
@support.requires_resource('cpu')
421
@support.skip_emscripten_stack_overflow()
422
+ @support.skip_wasi_stack_overflow()
423
def test_trashcan_python_class2(self):
424
from _testcapi import MyList
425
self.do_test_trashcan_python_class(MyList)
0 commit comments