]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228)
authorBrett Cannon <brett@python.org>
Sat, 2 Mar 2024 00:52:12 +0000 (16:52 -0800)
committerGitHub <noreply@github.com>
Sat, 2 Mar 2024 00:52:12 +0000 (16:52 -0800)
commit5dc8c84d397110f9edfa56793ad8887b1f176d79
treedce5b75edd48aad5f73c16d0a97a803addc56205
parentcad3745b87ae85285a08ad8abd60cf10a59985b5
GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228)

Wasmtime doesn't implement these functions in a way to pass test_posix (https://github.com/bytecodealliance/wasmtime/issues/7830).
Misc/NEWS.d/next/Library/2024-03-01-14-22-08.gh-issue-115978.r2ePTo.rst [new file with mode: 0644]
Tools/wasm/config.site-wasm32-wasi