]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generic...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Sep 2025 13:20:00 +0000 (15:20 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Sep 2025 13:20:00 +0000 (16:20 +0300)
commit5074241f3dbbb93bfa300db3291b3274d18e2f8f
tree396a41e2e75444c7279b130e974fe9161c33d1a2
parentf23e7605b82ec827f4f8d82255828b45d44aa7f7
[3.14] Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generic checks (GH-136815) (#138643)

Co-authored-by: Ani <5357586+anistark@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
Lib/test/pythoninfo.py
Lib/test/support/__init__.py
Lib/test/test_build_details.py
Lib/test/test_import/__init__.py
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_pty.py
Lib/test/test_pydoc/test_pydoc.py
Lib/test/test_support.py
Lib/test/test_venv.py