-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixesOS-wasitype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Based on bytecodealliance/wasmtime#5152 it looks like the stack depth specified in:
Line 38 in 4702552
#define MAX_MARSHAL_STACK_DEPTH 2000 |
and:
cpython/Lib/test/test_marshal.py
Line 264 in 7644935
MAX_MARSHAL_STACK_DEPTH = 2000 |
are too high for wasmtime 2.0 (in development). We should drop it to either 1000 to match Windows or something like 1500 if we want a higher, but still acceptable, limit.
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixesOS-wasitype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error