diff options
author | Brett Cannon <brett@python.org> | 2022-11-01 22:51:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 22:51:05 (GMT) |
commit | 9711265182f163ba381e7800e3748ac28710f9ef (patch) | |
tree | 8c71b961eff103e00b93bbaeacf108baa86bbf25 /Python/mystrtoul.c | |
parent | c0859743d9ad3bbd4c021200f4162cfeadc0c17a (diff) | |
download | cpython-9711265182f163ba381e7800e3748ac28710f9ef.zip cpython-9711265182f163ba381e7800e3748ac28710f9ef.tar.gz cpython-9711265182f163ba381e7800e3748ac28710f9ef.tar.bz2 |
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.
Diffstat (limited to 'Python/mystrtoul.c')
0 files changed, 0 insertions, 0 deletions