]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
authorVictor Stinner <vstinner@redhat.com>
Wed, 27 Mar 2019 00:36:16 +0000 (01:36 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 00:36:16 +0000 (01:36 +0100)
commit8b9dbc017a190d13f717e714630d620adb7c7ac2
treeaec94454c3d4ee9f96f19d98eb64a9a9c5df7d97
parent6a258c88906a7e8acde455ee2acb78b6f315ea0b
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Include/cpython/pylifecycle.h
Include/cpython/pystate.h
Include/internal/pycore_coreconfig.h
Include/internal/pycore_pystate.h
Lib/test/test_embed.py
Modules/main.c
Python/coreconfig.c
Python/pylifecycle.c
Python/pystate.c
Python/sysmodule.c