-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
OS-wasibuildThe build process and cross-buildThe build process and cross-buildtopic-installationtopic-sysconfigtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
After generating _sysconfigdata_*
, we could freeze it, like we do to the rest of the standard library.
This should remove the necessity for workarounds such as having to manually set PYTHONPATH
to the _sysconfigdata_*
directory when running WASM artifacts:
Lines 226 to 227 in 151d1bf
"ENV_VAR_NAME": "PYTHONPATH", | |
"ENV_VAR_VALUE": f"/{sysconfig_data}", |
It should also make it easier to build a fully self-contained statically-linked relocatable interpreter.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Metadata
Metadata
Assignees
Labels
OS-wasibuildThe build process and cross-buildThe build process and cross-buildtopic-installationtopic-sysconfigtype-featureA feature request or enhancementA feature request or enhancement