SIGN IN SIGN UP

bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)

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
E
Eric Snow committed
17c61045c51512add61a9e75e9c7343cf4e4fb82
Parent: f30ad65
Committed by GitHub <noreply@github.com> on 10/22/2021, 11:20:03 PM