]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)
authorVictor Stinner <vstinner@python.org>
Tue, 16 Apr 2024 21:26:54 +0000 (23:26 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2024 21:26:54 +0000 (23:26 +0200)
commit919784737c69e0f8e34d7d7a2e85b02628af6e66
treec41e2cc503f45d50968c98c892c1242a73696566
parent3fe03ccea61121b05e933013f76aa02f690014c1
gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)

Increase also the initial memory from 10 MiB to 20 MiB.

Reenable test_dynamic on WASI build.
Include/cpython/pystate.h
Lib/test/test_dynamic.py
Misc/NEWS.d/next/Build/2024-04-09-12-59-06.gh-issue-117645.0oEVAa.rst [new file with mode: 0644]
configure
configure.ac