summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-04-23 12:59:33 (GMT)
committerGitHub <noreply@github.com>2022-04-23 12:59:33 (GMT)
commit92c1037afc28d9d22e43b275c5e8fae41729ec1c (patch)
treef82012ad15f553a8331fe6772eaa93420986ac3f /Misc
parent130a8c386bc1a8de49eadf784fa178869ce01f37 (diff)
downloadcpython-92c1037afc28d9d22e43b275c5e8fae41729ec1c.zip
cpython-92c1037afc28d9d22e43b275c5e8fae41729ec1c.tar.gz
cpython-92c1037afc28d9d22e43b275c5e8fae41729ec1c.tar.bz2
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-04-22-13-01-20.gh-issue-84461.rsCiTH.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-22-13-01-20.gh-issue-84461.rsCiTH.rst b/Misc/NEWS.d/next/Library/2022-04-22-13-01-20.gh-issue-84461.rsCiTH.rst
new file mode 100644
index 0000000..f1b8dc8
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-04-22-13-01-20.gh-issue-84461.rsCiTH.rst
@@ -0,0 +1,3 @@
+Add :option:`--enable-wasm-pthreads` to enable pthreads support for WASM
+builds. ``Emscripten/node`` no longer has threading enabled by default.
+Include additional file systems.