]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40280: Address more test failures on Emscripten (GH-31050)
authorChristian Heimes <christian@python.org>
Sat, 5 Feb 2022 19:52:01 +0000 (21:52 +0200)
committerGitHub <noreply@github.com>
Sat, 5 Feb 2022 19:52:01 +0000 (20:52 +0100)
commit96b344c2f15cb09251018f57f19643fe20637392
tree3fe6c8f5d1a2897881806db1f3b441d11114adeb
parent9d4161a60ca8b470148ffd6c73e3110a0aa6d66f
bpo-40280: Address more test failures on Emscripten (GH-31050)

Co-authored-by: Brett Cannon <brett@python.org>
27 files changed:
Lib/test/support/__init__.py
Lib/test/support/os_helper.py
Lib/test/test_builtin.py
Lib/test/test_capi.py
Lib/test/test_faulthandler.py
Lib/test/test_fileio.py
Lib/test/test_genericalias.py
Lib/test/test_getpass.py
Lib/test/test_inspect.py
Lib/test/test_interpreters.py
Lib/test/test_io.py
Lib/test/test_os.py
Lib/test/test_posix.py
Lib/test/test_pwd.py
Lib/test/test_pyexpat.py
Lib/test/test_resource.py
Lib/test/test_zipfile.py
Misc/NEWS.d/next/Build/2022-01-31-15-15-08.bpo-40280.r1AYNW.rst [new file with mode: 0644]
Modules/clinic/resource.c.h
Modules/posixmodule.c
Modules/resource.c
Modules/timemodule.c
Tools/wasm/README.md
Tools/wasm/config.site-wasm32-emscripten
configure
configure.ac
pyconfig.h.in