]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117645: Skip test_dynamic global specialization on WASI (#117646)
authorVictor Stinner <vstinner@python.org>
Mon, 8 Apr 2024 19:11:08 +0000 (21:11 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Apr 2024 19:11:08 +0000 (21:11 +0200)
commitac45766673b181ace8fbafe36c89bde910968f0e
treea67531dcb55c7fcc094063b5520f02a8128232e6
parented785c08993467461711c56eb5e6f88331062cca
gh-117645: Skip test_dynamic global specialization on WASI (#117646)

Skip test_load_global_specialization_failure_keeps_oparg() of
test_dynamic on WASI build. The test uses too much stack memory.
Lib/test/test_dynamic.py