commit | cfb41e80c1ac5940ec6f2246c9ab4a3d16ef757e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Nov 04 16:15:54 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Nov 04 16:15:54 2020 +0100 |
tree | 38ffc0a18b95111bc2c73b30f8dc741ba53f770e | |
parent | 8021875bbcf7385e651def51bc597472a569042c [diff] |
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.