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: Use Setup.stdlib static for wasm builds (GH-29784) #29784

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Nov 25, 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.

https://bugs.python.org/issue40280

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