mirror of
https://github.com/python/cpython.git
synced 2026-08-09 11:38:39 +08:00
The recently added PyConfig.stdlib_dir was being set with ".." entries. When __file__ was added for from modules this caused a problem on out-of-tree builds. This PR fixes that by normalizing "stdlib_dir" when it is calculated in getpath.c. https://bugs.python.org/issue45506
Miscellaneous source files for the main Python shared library