bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784) by tiran · Pull Request #29784 · python/cpython

@tiran

emmatyping

@tiran tiran changed the title bpo-40280: Use Setup.stdlib static for wasm builds bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784)

Nov 26, 2021

@tiran tiran deleted the bpo-40280-modulebuild branch

November 26, 2021 07:26

remykarem pushed a commit to remykarem/cpython that referenced this pull request

Dec 7, 2021
``Modules/Setup.stdlib`` contains ``Setup`` lines for all stdlib extension modules for which ``configure`` has detected their dependencies. The file is not used yet and still under development. To use the file, do ``ln -sfr Modules/Setup.stdlib Modules/Setup.local``.