]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 May 2022 15:05:52 +0000 (08:05 -0700)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 15:05:52 +0000 (08:05 -0700)
commit7afccd34a659af6676c17abbd431e58093d25746
tree24bd5c780dc660b2882019f28260d9bd1d8e8daf
parent611d43c2a49e7c2c35fc03b0f58570b07c41b0eb
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)

(cherry picked from commit 137fd3d88aa46669f5717734e823f4c594ab2843)

Co-authored-by: Christian Heimes <christian@python.org>
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