bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003) · pythoncapi/cpython@de42755 · GitHub
Skip to content

Commit de42755

Browse files
authored
bpo-34523: Py_FileSystemDefaultEncoding NULL by default (pythonGH-9003)
* 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().
1 parent cf21504 commit de42755

2 files changed

Lines changed: 32 additions & 21 deletions

File tree

Include/coreconfig.h

Lines changed: 26 additions & 3 deletions

Python/coreconfig.c

Lines changed: 6 additions & 18 deletions

0 commit comments

Comments
 (0)