]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
authorVictor Stinner <vstinner@redhat.com>
Wed, 1 Aug 2018 00:13:04 +0000 (02:13 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Aug 2018 00:13:04 +0000 (02:13 +0200)
commitb75d7e243512afcfb2285e6471262478383e09db
treea669ce23fbfe84ddbbb5b84ec0112df60ccf5f73
parent8ed317f1ca42a43df14282bbc3ccc0b5610432f4
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)

Modify frozenmain.c to use _Py_InitializeFromConfig().
Include/pystate.h
Lib/test/test_embed.py
Modules/getpath.c
Modules/main.c
Programs/_freeze_importlib.c
Programs/_testembed.c
Python/frozenmain.c