Permalink
Please
sign in to comment.
Browse files
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
PyConfig_InitPythonConfig() and PyConfig_InitIsolatedConfig() no longer return PyStatus: they cannot fail anymore.
- Loading branch information
Showing
with
56 additions
and 216 deletions.
- +10 β25 Doc/c-api/init_config.rst
- +2 β2 Include/cpython/initconfig.h
- +1 β1 Include/internal/pycore_initconfig.h
- +1 β5 Modules/main.c
- +1 β4 PC/python_uwp.cpp
- +2 β7 Programs/_freeze_importlib.c
- +26 β118 Programs/_testembed.c
- +1 β5 Python/frozenmain.c
- +7 β24 Python/initconfig.c
- +2 β7 Python/pathconfig.c
- +2 β10 Python/pylifecycle.c
- +1 β8 Python/pystate.c
Oops, something went wrong.
0 comments on commit
8462a49