]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36142: Add _PyPreConfig structure (GH-12172)
authorVictor Stinner <vstinner@redhat.com>
Tue, 5 Mar 2019 01:01:27 +0000 (02:01 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 01:01:27 +0000 (02:01 +0100)
commitcad1f747da47849ab5d8b0b881f7a0b94564d290
treeb66ed4ec4f2f26c08fde4989fbf2be680834973d
parent7e9ce4c89e9a34ff84a89831812bc8b42d37ac1f
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
Include/cpython/coreconfig.h
Include/internal/pycore_coreconfig.h
Modules/main.c
Programs/_freeze_importlib.c
Programs/_testembed.c
Python/coreconfig.c
Python/pathconfig.c
Python/preconfig.c
Python/sysmodule.c