Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-46425: fix direct invocation of `test_fileutils` and `test_zoneinfo` ↵ | Nikita Sobolev | 2022-01-22 | 1 | -1/+1 |
| | | | | (GH-30792) | ||||
* | bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040) | Eric Snow | 2021-10-22 | 1 | -0/+30 |
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 |