summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-01 23:18:55 (GMT)
committerGitHub <noreply@github.com>2022-11-01 23:18:55 (GMT)
commit39e0627b779ad03b11caa3108d57b8adcba50acf (patch)
treefe5349d95f5c12ba23b8d2203aa0eccbce289db2 /.gitignore
parentcd6655a8589e99ae4088b3bed4a692a19ed48779 (diff)
downloadcpython-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b3b22f4..d42e111 100644
--- a/.gitignore
+++ b/.gitignore
@@ -114,6 +114,7 @@ PCbuild/win32/
Tools/unicode/data/
/autom4te.cache
/build/
+/builddir/
/config.cache
/config.log
/config.status