mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -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
Miscellaneous source files for the main Python shared library