mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
* 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
Miscellaneous source files for the main Python shared library