]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Fix Emscripten build with --pydebug (#131672)
authorHood Chatham <roberthoodchatham@gmail.com>
Mon, 24 Mar 2025 21:43:31 +0000 (22:43 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 21:43:31 +0000 (05:43 +0800)
commit97ab8fc16a8e0b0e2e68777d0d2f035b3d75a229
tree205d91bb61f868c70b5ef730c59cbc487bea16e9
parenta1232459860235f4fb7896cc95966d87a51cbe32
gh-127146: Fix Emscripten build with --pydebug (#131672)

Removes an explicit check that sysconfigdata naming is correct, in favor of reporting at
runtime with the default mechanisms.
Tools/wasm/emscripten/web_example/wasm_assets.py