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

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

/ cpython Public

bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784) - #29784

Merged
tiran merged 1 commit into
python:mainfrom
tiran:bpo-40280-modulebuild
Nov 26, 2021
Merged

bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784)#29784
tiran merged 1 commit into
python:mainfrom
tiran:bpo-40280-modulebuild

Conversation

tiran commented Nov 25, 2021
edited
Loading

Copy link
Copy Markdown
Member

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.

https://bugs.python.org/issue40280

tiran force-pushed the bpo-40280-modulebuild branch from 7e3ca0c to 216c132 Compare November 25, 2021 21:03
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 merged commit ee1e2c6 into python:main Nov 26, 2021
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``.
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.

4 participants


Back | FazBrowse Home | New Git URL