Skip to content

gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)#95035

Merged
tiran merged 1 commit intopython:mainfrom
tiran:gh-93939-wasm-assets
Jul 20, 2022
Merged

gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)#95035
tiran merged 1 commit intopython:mainfrom
tiran:gh-93939-wasm-assets

Conversation

@tiran
Copy link
Member

@tiran tiran commented Jul 20, 2022

wasm_assets.py was using the old MODULE_name variable to detect
if a shared extension is available. Emscripten browser builds now
correctly detect that e.g. json module is available.

``wasm_assets.py`` was using the old ``MODULE_name`` variable to detect
if a shared extension is available. Emscripten browser builds now
correctly detect that e.g. ``json`` module is available.
@tiran tiran added the needs backport to 3.11 only security fixes label Jul 20, 2022
@tiran tiran changed the title gh-93939: Use new MODULE_name_STATE in wasm_assets script gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035) Jul 20, 2022
@tiran tiran merged commit 0f34c7e into python:main Jul 20, 2022
@miss-islington
Copy link
Contributor

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@tiran tiran deleted the gh-93939-wasm-assets branch July 20, 2022 06:53
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 20, 2022
…onGH-95035)

(cherry picked from commit 0f34c7e)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot
Copy link

GH-95039 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 20, 2022
miss-islington added a commit that referenced this pull request Jul 20, 2022
(cherry picked from commit 0f34c7e)

Co-authored-by: Christian Heimes <christian@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants