diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-01 23:18:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 23:18:55 (GMT) |
commit | 39e0627b779ad03b11caa3108d57b8adcba50acf (patch) | |
tree | fe5349d95f5c12ba23b8d2203aa0eccbce289db2 /.gitignore | |
parent | cd6655a8589e99ae4088b3bed4a692a19ed48779 (diff) | |
download | cpython-39e0627b779ad03b11caa3108d57b8adcba50acf.zip cpython-39e0627b779ad03b11caa3108d57b8adcba50acf.tar.gz cpython-39e0627b779ad03b11caa3108d57b8adcba50acf.tar.bz2 |
[3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)
* 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.
(cherry picked from commit 9711265182f163ba381e7800e3748ac28710f9ef)
Co-authored-by: Brett Cannon <brett@python.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ PCbuild/win32/ Tools/unicode/data/ /autom4te.cache /build/ +/builddir/ /config.cache /config.log /config.status |