summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@midokura.com>2023-06-22 18:26:10 (GMT)
committerGitHub <noreply@github.com>2023-06-22 18:26:10 (GMT)
commitd8f87cdf94a6533c5cf2d25e09e6fa3eb06720b9 (patch)
tree9f7ed8410b45c165ef8d930890d863fd9a252110 /Misc
parent13237a2da846efef9ce9b93fd4bcfebd49933568 (diff)
downloadcpython-d8f87cdf94a6533c5cf2d25e09e6fa3eb06720b9.zip
cpython-d8f87cdf94a6533c5cf2d25e09e6fa3eb06720b9.tar.gz
cpython-d8f87cdf94a6533c5cf2d25e09e6fa3eb06720b9.tar.bz2
gh-101538: Add experimental wasi-threads build (#101537)
Co-authored-by: Brett Cannon <brett@python.org> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2023-02-03-21-36-42.gh-issue-101538.sF5F6S.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-02-03-21-36-42.gh-issue-101538.sF5F6S.rst b/Misc/NEWS.d/next/Build/2023-02-03-21-36-42.gh-issue-101538.sF5F6S.rst
new file mode 100644
index 0000000..4b83c30
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2023-02-03-21-36-42.gh-issue-101538.sF5F6S.rst
@@ -0,0 +1 @@
+Add experimental wasi-threads support. Patch by Takashi Yamamoto.