mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
43fdb7037e
This undoes a change made as a part of PR 137470, for compatibility with EMSDK 4.0.19. It adds `emscripten_trampoline` field in `pycore_runtime_structs.h` and initializes it from JS initialization code with the wasm-gc based trampoline if possible. Otherwise we fall back to the JS trampoline.
Miscellaneous source files for the main Python shared library