commit | 0ea395ae964c9cd0f499e2ef0d0030c971201220 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 01 20:50:58 2017 +0100 |
committer | GitHub <noreply@github.com> | Fri Dec 01 20:50:58 2017 +0100 |
tree | 92e86e1b1754d179c8dc4b397f4fa33e020a3aee | |
parent | ebac19dad6263141d5db0a2c923efe049dba99d2 [diff] |
bpo-32030: Add Python/pathconfig.c (#4668) * Factorize code from PC/getpathp.c and Modules/getpath.c to remove duplicated code * rename pathconfig_clear() to _PyPathConfig_Clear() * Inline _PyPathConfig_Fini() in pymain_impl() and then remove it, since it's a oneliner