diff options
author | Hood Chatham <roberthoodchatham@gmail.com> | 2023-06-30 00:20:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 00:20:49 (GMT) |
commit | e7bc8d16364bde54487eab349a29d58345e35f28 (patch) | |
tree | 24025e6c65bd886c308eb984b12380d590e3aad9 /Misc | |
parent | cea9d4ea82abcb2c6f1d83a2fe819859da4bbda4 (diff) | |
download | cpython-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.rst | 1 |
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. |