]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95174: Add pthread stubs for WASI (GH-95234)
authorChristian Heimes <christian@python.org>
Wed, 27 Jul 2022 18:28:06 +0000 (20:28 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2022 18:28:06 +0000 (20:28 +0200)
commit0fe645d6fd22a6f57e777a29e65cf9a4ff9785ae
treea6222de1305545869eed745741bbf1f1b3e5f728
parent226d02bb109d08601fbccd645e9d67aee2e5bcdc
gh-95174: Add pthread stubs for WASI (GH-95234)

Co-authored-by: Brett Cannon <brett@python.org>
17 files changed:
Doc/library/sys.rst
Include/cpython/pthread_stubs.h [new file with mode: 0644]
Include/cpython/pythread.h
Lib/test/pythoninfo.py
Lib/test/test_sys.py
Lib/test/test_threadsignals.py
Makefile.pre.in
Misc/NEWS.d/next/Build/2022-07-25-09-48-43.gh-issue-95145.ZNS3dj.rst [new file with mode: 0644]
Python/thread.c
Python/thread_pthread.h
Python/thread_pthread_stubs.h [new file with mode: 0644]
Tools/wasm/README.md
Tools/wasm/config.site-wasm32-wasi
Tools/wasm/wasi-env
configure
configure.ac
pyconfig.h.in