Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 20, 2022

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
@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 <[email protected]>
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