summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHood Chatham <roberthoodchatham@gmail.com>2023-06-30 00:20:49 (GMT)
committerGitHub <noreply@github.com>2023-06-30 00:20:49 (GMT)
commite7bc8d16364bde54487eab349a29d58345e35f28 (patch)
tree24025e6c65bd886c308eb984b12380d590e3aad9 /Misc
parentcea9d4ea82abcb2c6f1d83a2fe819859da4bbda4 (diff)
downloadcpython-e7bc8d16364bde54487eab349a29d58345e35f28.zip
cpython-e7bc8d16364bde54487eab349a29d58345e35f28.tar.gz
cpython-e7bc8d16364bde54487eab349a29d58345e35f28.tar.bz2
gh-106210 Remove Emscripten import trampoline (#106211)
It's no longer necessary. Co-authored-by: Brett Cannon <brett@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-06-28-13-19-20.gh-issue-106210.oE7VMn.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-28-13-19-20.gh-issue-106210.oE7VMn.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-28-13-19-20.gh-issue-106210.oE7VMn.rst
new file mode 100644
index 0000000..fde549d
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-28-13-19-20.gh-issue-106210.oE7VMn.rst
@@ -0,0 +1 @@
+Removed Emscripten import trampoline as it was no longer necessary for Pyodide.