[WIP] gh-107954: Add _PyConfig_Parse()#110145
Conversation
fa98a1c to
96cb693
Compare
96cb693 to
e6e4e5c
Compare
|
It may be interesting to store unknown variables in a dictionary and expose it somewhere, similar to For that, the configuration format should have a deterministic way to get the type of unknown variable. In Looking at TOML specification, I see the following types would be interesting to support:
|
|
I abandon this approach based on text configuration: see https://discuss.python.org/t/fr-allow-private-runtime-config-to-enable-extending-without-breaking-the-pyconfig-abi/18004/24 for the rationale. Let's focus on PR #110176 PyInitConfig API instead which seem to be please more people. |
Uh oh!
There was an error while loading. Please reload this page.