]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
authorChristian Heimes <christian@python.org>
Thu, 19 May 2022 10:43:16 +0000 (12:43 +0200)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 10:43:16 +0000 (12:43 +0200)
commit137fd3d88aa46669f5717734e823f4c594ab2843
treea527865e1f3729ef3d7c69a43d08072d8d837d9c
parente48ac9c1003c3816198cbfb6132a995150f9b048
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
20 files changed:
Include/internal/pycore_ceval.h
Lib/platform.py
Lib/test/pythoninfo.py
Lib/test/support/__init__.py
Lib/test/test_compile.py
Lib/test/test_fileio.py
Lib/test/test_largefile.py
Lib/test/test_logging.py
Lib/test/test_os.py
Lib/test/test_signal.py
Lib/test/test_tomllib/test_misc.py
Lib/test/test_zipimport.py
Misc/NEWS.d/next/Core and Builtins/2022-05-15-15-25-05.gh-issue-90473.MoPHYW.rst [new file with mode: 0644]
Modules/timemodule.c
Parser/parser.c
Tools/peg_generator/pegen/c_generator.py
Tools/wasm/README.md
Tools/wasm/config.site-wasm32-wasi
configure
configure.ac