mirror of
https://github.com/python/cpython.git
synced 2026-06-27 13:20:40 -04:00
db9e7556c3
[3.14][3.15] gh-151253: Dump the Python path configuration on _PyCodec_InitRegistry() failure (#151250) (#151269) (#151283) [3.15] gh-151253: Dump the Python path configuration on _PyCodec_InitRegistry() failure (#151250) (#151269) 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 commit7b6e98911e) (cherry picked from commit10f616cf39) (cherry picked from commitb3a7758d8a)
Miscellaneous source files for the main Python shared library