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.
test_trashcan_python_class
1 parent 39bbf59 commit 14ceb1dCopy full SHA for 14ceb1d
Lib/test/test_capi/test_misc.py
@@ -413,11 +413,13 @@ def test_trashcan_subclass(self):
413
414
@support.requires_resource('cpu')
415
@support.skip_emscripten_stack_overflow()
416
+ @support.skip_wasi_stack_overflow()
417
def test_trashcan_python_class1(self):
418
self.do_test_trashcan_python_class(list)
419
420
421
422
423
def test_trashcan_python_class2(self):
424
from _testcapi import MyList
425
self.do_test_trashcan_python_class(MyList)
0 commit comments