FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873) by tiran · Pull Request #29873 · python/cpython · GitHub

/ cpython Public

bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873) - #29873

Merged
tiran merged 1 commit into
python:mainfrom
tiran:bpo-40280-ensurepip
Dec 1, 2021
Merged

bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873)#29873
tiran merged 1 commit into
python:mainfrom
tiran:bpo-40280-ensurepip

Conversation

tiran commented Dec 1, 2021
edited
Loading

Copy link
Copy Markdown
Member

Reduces installation size of browser bundle

https://bugs.python.org/issue40280

Reduces installation size of browser bundle

Signed-off-by: Christian Heimes <christian@python.org>
Comment thread configure.ac
[with_ensurepip=upgrade])
[
AS_CASE([$ac_sys_system],
[Emscripten], [$with_ensurepip=no],

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Should we disable ensurepip for WASI as well?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I prefer to wait until we have WASI builds working and more experience with WASI.

tiran changed the title bpo-40280: Emscripten defaults to --with-ensurepip=no bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873) Dec 1, 2021
tiran merged commit 9deb834 into python:main Dec 1, 2021
tiran deleted the bpo-40280-ensurepip branch December 1, 2021 19:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

5 participants


Back | FazBrowse Home | New Git URL