]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-116231)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 2 Mar 2024 01:11:41 +0000 (02:11 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Mar 2024 01:11:41 +0000 (01:11 +0000)
commit25b21596fe621fb2950d5ec630ca9e2c8880ddf8
tree019f6d44ec5541758a15e71927bbc4c3fbb1a839
parent90f75e1069f2d692480bcd305fc35b4fe7847e18
[3.12] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-116231)

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