commit | f59f90b5bccb9e7ac522bc779ab1f6bf11bb4aa3 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Tue Jan 23 15:48:14 2024 -0800 |
committer | GitHub <noreply@github.com> | Tue Jan 23 15:48:14 2024 -0800 |
tree | 83782c1796acc78abfc39e30c0c41ec1e1101f18 | |
parent | afe8f376c096d5d6e8b12fbc691ca9b35381470b [diff] |
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.