Open
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
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