mirror of
https://github.com/python/cpython.git
synced 2026-07-15 14:27:32 -04:00
de42755674
* 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