mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
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).
This commit is contained in:
parent
cad3745b87
commit
5dc8c84d39
2 changed files with 13 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
Disable preadv(), readv(), pwritev(), and writev() on WASI.
|
||||
|
||||
Under wasmtime for WASI 0.2, these functions don't pass test_posix
|
||||
(https://github.com/bytecodealliance/wasmtime/issues/7830).
|
||||
Loading…
Add table
Add a link
Reference in a new issue