bpo-45211: Remember the stdlib dir during startup. (gh-28586)
During runtime startup we figure out the stdlib dir but currently throw that information away. This change preserves it and exposes it via PyConfig.stdlib_dir, _Py_GetStdlibDir(), and sys._stdlib_dir. https://bugs.python.org/issue45211
E
Eric Snow committed
0c50b8c0b8274d54d6b71ed7bd21057d3642f138
Parent: 8497514
Committed by GitHub <noreply@github.com>
on 9/28/2021, 6:18:28 PM