]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-128627: Fix iPad detection in wasm-gc (GH-135388) (#135419)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Jun 2025 04:28:47 +0000 (06:28 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Jun 2025 04:28:47 +0000 (04:28 +0000)
commite76dbc87a28f611d3eeb664da9dfc272df69279e
tree1c5ce4aa701474a998d8bded99ec1227ceaf9736
parent4a30154fd27f055a97d6543a2cbf71f578b7eed5
[3.14] gh-128627: Fix iPad detection in wasm-gc (GH-135388) (#135419)

On some iPad versions, Safari reports as "macOS". Modifies the GC trampoline detection
to add a feature-based check to detect this case.
(cherry picked from commit d4471297586335d8c24db8b2c030d32c94570344)

Co-authored-by: Gyeongjae Choi <def6488@gmail.com>
Python/emscripten_trampoline.c