]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-116232)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 2 Mar 2024 01:13:39 +0000 (02:13 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Mar 2024 01:13:39 +0000 (01:13 +0000)
commit862775bdc23c107e5b830074baa2d598ae0c4571
treeb6d0e978beedc90717c4b1fbc7a428f082b1aa70
parentac8d995bc6aa1e617a053d2220725a763cfd2fcc
[3.11] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-116232)

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).
(cherry picked from commit 5dc8c84d397110f9edfa56793ad8887b1f176d79)

Co-authored-by: Brett Cannon <brett@python.org>
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