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

@tiran

@tiran

Reduces installation size of browser bundle

Signed-off-by: Christian Heimes <christian@python.org>

emmatyping

[with_ensurepip=upgrade])
[
AS_CASE([$ac_sys_system],
[Emscripten], [$with_ensurepip=no],

Choose a reason for hiding this comment

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

Should we disable ensurepip for WASI as well?

Choose a reason for hiding this comment

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

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

brettcannon

@tiran 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 tiran deleted the bpo-40280-ensurepip branch

December 1, 2021 19:43