]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)
authorBrett Cannon <brett@python.org>
Tue, 23 Jan 2024 23:48:14 +0000 (15:48 -0800)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 23:48:14 +0000 (15:48 -0800)
commitf59f90b5bccb9e7ac522bc779ab1f6bf11bb4aa3
tree83782c1796acc78abfc39e30c0c41ec1e1101f18
parentafe8f376c096d5d6e8b12fbc691ca9b35381470b
GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)

Testing under wasmtime 16.0.0 w/ code from https://github.com/python/cpython/issues/114413 is how the value was found.
Include/cpython/pystate.h
Lib/test/test_dynamic.py
Lib/test/test_pickle.py
Misc/NEWS.d/next/Core and Builtins/2024-01-22-15-10-01.gh-issue-114456.fBFEJF.rst [new file with mode: 0644]