mirror of
https://github.com/python/cpython.git
synced 2026-06-27 21:33:21 -04:00
10f616cf39
gh-151253: Dump the Python path configuration on _PyCodec_InitRegistry() failure (#151250)
If "import encodings" fails at Python startup, dump the Python path
configuration to help users debugging their configuration. The
encodings module is the first module imported during Python startup.
(cherry picked from commit 7b6e98911e)
Miscellaneous source files for the main Python shared library