]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128627: Fix iPad detection in wasm-gc (#135388)
authorGyeongjae Choi <def6488@gmail.com>
Thu, 12 Jun 2025 04:04:13 +0000 (13:04 +0900)
committerGitHub <noreply@github.com>
Thu, 12 Jun 2025 04:04:13 +0000 (04:04 +0000)
commitd4471297586335d8c24db8b2c030d32c94570344
treeca95c783f6aef009b3d6821950b2fe8b4a0412ed
parent71f5fafdfb2e509f59cd584d45949c6496f88d41
gh-128627: Fix iPad detection in wasm-gc (#135388)

On some iPad versions, Safari reports as "macOS". Modifies the GC trampoline detection
to add a feature-based check to detect this case.
Python/emscripten_trampoline.c