Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Open
Description
Feature or enhancement
Proposal:
Currently, as part of thesysconfig internals, we generate a_sysconfigdata Python module containing the variables forsysconfig.get_config_vars(). This data is consists of all Makefile variables, which can be encoded as JSON data.
The use of a module instead of a text file is historic, and adds unnecessary complexity. Converting_sysconfigdata to a JSON file would simplify thesysconfig implementation. Additionally, it also makes it easier for tools to introspect the Python installation, as this would remove the necessity to execute Python code to read_sysconfigdata.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response