SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-98925: Lower marshal recursion depth for WASI (GH-98938)

For wasmtime 2.0, the stack depth cost is 6% higher. This causes the default max `marshal` recursion depth to blow the stack.

As the default marshal depth is 2000 and Windows is set to 1000, split the difference and choose 1500 for WASI to be safe.
B
Brett Cannon committed
9711265182f163ba381e7800e3748ac28710f9ef
Parent: c085974
Committed by GitHub <[email protected]> on 11/1/2022, 10:51:05 PM