https://github.com/python/cpython
Revision 0fb70ce19197e97b6254ecd2c12f6e8c5b07ef5b authored by Miss Islington (bot) on 25 May 2022, 14:24:32 UTC, committed by GitHub on 25 May 2022, 14:24:32 UTC

* ``sys.executable`` is not set
* WASI does not support subprocess
* ``pwd`` module is not available
* WASI checks ``open`` syscall flags more strict, needs r, w, rw flag.
* ``umask`` is not available
* ``/dev/null`` may not be accessible
(cherry picked from commit 1f134e96ba994bea3aaea533d4a558df3c5cc3c0)

Co-authored-by: Christian Heimes <christian@python.org>
1 parent 307dacd
History
Tip revision: 0fb70ce19197e97b6254ecd2c12f6e8c5b07ef5b authored by Miss Islington (bot) on 25 May 2022, 14:24:32 UTC
gh-90473: Misc test fixes for WASI (GH-93218)
Tip revision: 0fb70ce
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 2.7 KB
.gitignore -rw-r--r-- 2.5 KB
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 95.0 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 23.9 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 688.1 KB
configure.ac -rw-r--r-- 208.1 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 48.1 KB
setup.py -rw-r--r-- 64.6 KB

README.rst

back to top