]> granicus.if.org Git - python/commit
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
authorVictor Stinner <vstinner@redhat.com>
Tue, 1 Oct 2019 10:06:16 +0000 (12:06 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2019 10:06:16 +0000 (12:06 +0200)
commit8462a4936b3a551dc546a6adea04a70b0a07ca67
tree3c4655f174d1aa9abcdb5226532db0e4d7434bca
parent3c30a76f3d3c0dcc1fb4de097fa4a3a4c92c0b0b
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)

PyConfig_InitPythonConfig() and PyConfig_InitIsolatedConfig() no
longer return PyStatus: they cannot fail anymore.
12 files changed:
Doc/c-api/init_config.rst
Include/cpython/initconfig.h
Include/internal/pycore_initconfig.h
Modules/main.c
PC/python_uwp.cpp
Programs/_freeze_importlib.c
Programs/_testembed.c
Python/frozenmain.c
Python/initconfig.c
Python/pathconfig.c
Python/pylifecycle.c
Python/pystate.c