diff options
author | Hood Chatham <roberthoodchatham@gmail.com> | 2024-12-10 02:32:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-10 02:32:58 (GMT) |
commit | 3b18af964da9814474a5db9e502962c7e0593e8d (patch) | |
tree | 996f578894b9c5003ad8baa85e3cfac191362705 /Misc/NEWS.d | |
parent | 5c89adf385aaaca97c2ee9074f8b1fda0f57ad26 (diff) | |
download | cpython-3b18af964da9814474a5db9e502962c7e0593e8d.zip cpython-3b18af964da9814474a5db9e502962c7e0593e8d.tar.gz cpython-3b18af964da9814474a5db9e502962c7e0593e8d.tar.bz2 |
gh-127629: Add ctypes to the Emscripten build (#127683)
Adds tooling to build libffi and add ctypes to the stdlib for Emscripten.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-12-06-12-47-52.gh-issue-127629.tD-ERQ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-12-06-12-47-52.gh-issue-127629.tD-ERQ.rst b/Misc/NEWS.d/next/Build/2024-12-06-12-47-52.gh-issue-127629.tD-ERQ.rst new file mode 100644 index 0000000..52ee84f --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-12-06-12-47-52.gh-issue-127629.tD-ERQ.rst @@ -0,0 +1 @@ +Emscripten builds now include ctypes support. |