]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42260: Reorganize PyConfig (GH-23149)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Nov 2020 15:15:54 +0000 (16:15 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Nov 2020 15:15:54 +0000 (16:15 +0100)
commitcfb41e80c1ac5940ec6f2246c9ab4a3d16ef757e
tree38ffc0a18b95111bc2c73b30f8dc741ba53f770e
parent8021875bbcf7385e651def51bc597472a569042c
bpo-42260: Reorganize PyConfig (GH-23149)

* Move orig_argv before argv
* Move program_name and platlibdir with other path configuration
  inputs

Give a name to the PyPreConfig and PyConfig structures and separate
the type definitions.
Include/cpython/initconfig.h