]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
authorBrett Cannon <brett@python.org>
Tue, 16 Jan 2024 19:36:41 +0000 (11:36 -0800)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 19:36:41 +0000 (11:36 -0800)
commit03f78397039760085b8ec07969835c89610bbc6d
tree4a7315710fb3ca4fae694d5cb05697e4cfc0b0b8
parent3d5df54cdc1e946bd953bc9906da5abf78a48357
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)

Also fix tests found failing under a pydebug build of WASI thanks to `make test` working due to this change.
Lib/test/test_isinstance.py
Lib/test/test_richcmp.py
Lib/test/test_typing.py
Lib/test/test_userdict.py
Lib/test/test_userlist.py
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Build/2024-01-15-16-58-43.gh-issue-114013.FoSeQf.rst [new file with mode: 0644]
Tools/wasm/wasi.py