GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) (#131844)

e9524a0980/libc-top-half/musl/src/internal/pthread_impl.h (L220)

Signed-off-by: Filipe Laíns <lains@riseup.net>
This commit is contained in:
Filipe Laíns 🇵🇸 2025-04-04 09:34:02 +01:00 committed by GitHub
parent 0dbaeb94a8
commit 6ab4acecf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -2900,6 +2900,7 @@ def test_error_on_parser_stack_overflow(self):
compile(source, "<string>", mode)
@support.cpython_only
@support.skip_wasi_stack_overflow()
def test_deep_invalid_rule(self):
# Check that a very deep invalid rule in the PEG
# parser doesn't have exponential backtracking.