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 16abed6 commit 9518bdeCopy full SHA for 9518bde
Lib/test/pickletester.py
@@ -4023,6 +4023,7 @@ def test_deep_nested_struct_frozenset(self):
4023
self.deep_nested_struct(frozenset((1,)),
4024
lambda data: frozenset((1, data)))
4025
4026
+ @unittest.skipIf(support.is_wasi, "exhausts limited stack on WASI")
4027
def test_deep_nested_struct_set(self):
4028
self.deep_nested_struct({1}, lambda data: {K(data)},
4029
depth=FAST_NESTING_LIMIT+1,
0 commit comments