mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
0c50b8c0b8
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