]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `test_runpy...
authorBrett Cannon <brett@python.org>
Wed, 31 Jan 2024 01:49:27 +0000 (17:49 -0800)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2024 01:49:27 +0000 (01:49 +0000)
commit2ed8f924ee05ec17ce0639a424e5ca7661b09a6b
tree3418d21310dd8749228aae5f20ea9acdb5b1bfb3
parent574291963f6b0eb7da3fde1ae9763236e7ece306
GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `test_runpy` (GH-114772)

This can fail under a debug build of WASI when directly executing test.test_runpy.
.gitignore
Lib/test/test_runpy.py