]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
authorVictor Stinner <vstinner@redhat.com>
Wed, 27 Mar 2019 12:40:14 +0000 (13:40 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 12:40:14 +0000 (13:40 +0100)
commit5ac27a50ff2b42216746fedc0522a92c53089bb3
tree5fbf53a0b5e47f6704f01397de3e01799bf87d41
parent364f0b0f19cc3f0d5e63f571ec9163cf41c62958
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Include/cpython/coreconfig.h
Include/cpython/pylifecycle.h
Include/internal/pycore_coreconfig.h
Include/internal/pycore_pylifecycle.h
Modules/main.c
Programs/_freeze_importlib.c
Programs/_testembed.c
Python/coreconfig.c
Python/frozenmain.c
Python/preconfig.c
Python/pylifecycle.c