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

bpo-40280: Disable unusable core extension modules on emscripten (GH-29834) #29834

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Nov 29, 2021

configure.ac Outdated Show resolved Hide resolved
Based on ethanhs/python-wasm#10 (comment)

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

tiran commented Nov 29, 2021

@ethanhs is the list sensible?

@ethanhs
Copy link
Contributor

ethanhs commented Nov 29, 2021

@ethanhs is the list sensible?

Yes, I think so. It is possible we may add or remove things down the line, but I think this is a good list as far as I am aware of things.

@tiran tiran changed the title bpo-40280: Disable unusable core extension modules on emscripten bpo-40280: Disable unusable core extension modules on emscripten (GH-29834) Nov 29, 2021
@tiran tiran merged commit b3f443a into python:main Nov 29, 2021
@erlend-aasland erlend-aasland deleted the ac-emscripten-mods branch November 29, 2021 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable unusable core extension module
5 participants