| commit | 1075d1684ab84dc7c28d93cfb46e95e70d3b6d3b | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@redhat.com> | Mon Mar 25 23:19:57 2019 +0100 |
| committer | GitHub <noreply@github.com> | Mon Mar 25 23:19:57 2019 +0100 |
| tree | 7a0543a13a28f88318d16f8900111ea10198a4a3 | |
| parent | 91759d98015e1d6d5e1367cff60592ab548e7806 [diff] |
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540) * Add _Py_GetConfigsAsDict() function to get all configurations as a dict. * dump_config() of _testembed.c now dumps preconfig as a separated key: call _Py_GetConfigsAsDict(). * Make _PyMainInterpreterConfig_AsDict() private.