| commit | cad1f747da47849ab5d8b0b881f7a0b94564d290 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@redhat.com> | Tue Mar 05 02:01:27 2019 +0100 |
| committer | GitHub <noreply@github.com> | Tue Mar 05 02:01:27 2019 +0100 |
| tree | b66ed4ec4f2f26c08fde4989fbf2be680834973d | |
| parent | 7e9ce4c89e9a34ff84a89831812bc8b42d37ac1f [diff] |
bpo-36142: Add _PyPreConfig structure (GH-12172) * Add _PyPreConfig structure * Move 'ignored' and 'use_environment' fields from _PyCoreConfig to _PyPreConfig * Add a new "_PyPreConfig preconfig;" field to _PyCoreConfig