mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
* Py_FileSystemDefaultEncoding and Py_FileSystemDefaultEncodeErrors default value is now NULL: initfsencoding() set them during Python initialization. * Document how Python chooses the filesystem encoding and error handler. * Add an assertion to _PyCoreConfig_Read().
Miscellaneous source files for the main Python shared library