]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)
authorChristian Heimes <christian@python.org>
Mon, 1 Aug 2022 14:37:45 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2022 14:37:45 +0000 (15:37 +0100)
commite62a0dfab2bbc29324ca1879e287fff7fa8f21e0
tree024357a512b6fa49ce42c8c331de3d2e56851bc2
parent9af9ea28e756a8a1961b065856c697fc1262ca82
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)

Co-authored-by: Brett Cannon <brett@python.org>.
(cherry picked from commit 0fe645d6fd22a6f57e777a29e65cf9a4ff9785ae)

Co-authored-by: Christian Heimes <christian@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