]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Sep 2025 16:21:01 +0000 (18:21 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 16:21:01 +0000 (17:21 +0100)
commit0e4e608f0381c8ae1e645d9caf938b8f090a680c
tree6a734f638a5138b45075d34ae84f8e4f539bb49a
parent7a2854eb12368b0eeea5460b06c39ed3e59e5ea7
[3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (GH-137470) (#139039)

gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (GH-137470)

With https://github.com/llvm/llvm-project/pull/150201 being merged, there is
now a better way to generate the Emscripten trampoline, instead of including
hand-generated binary WASM content. Requires Emscripten 4.0.12.
(cherry picked from commit 2629ee4eb0e9f66f28772cb4b4cc44ebe6de79ad)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Include/internal/pycore_runtime_structs.h
Makefile.pre.in
Python/emscripten_trampoline.c
Python/emscripten_trampoline_inner.c [new file with mode: 0644]
Python/pystate.c
Tools/c-analyzer/cpython/_parser.py
Tools/wasm/emscripten/prepare_external_wasm.py [new file with mode: 0644]
configure
configure.ac