Skip to content

Commit 71c6d41

Browse files
committed
Get test passing on wasi
1 parent 62ff43c commit 71c6d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_dynamic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def __missing__(self, key):
141141
return int(key.removeprefix("_number_"))
142142

143143
# Need more than 256 variables to use EXTENDED_ARGS
144-
variables = 400
144+
variables = 300
145145
code = "lambda: " + "+".join(f"_number_{i}" for i in range(variables))
146146
sum_func = eval(code, MyGlobals())
147147
expected = sum(range(variables))

0 commit comments

Comments
 (0)