mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
17c61045c5
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