mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00: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