| commit | de427556746aa41a8b5198924ce423021bc0c718 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@redhat.com> | Wed Aug 29 23:26:55 2018 +0200 |
| committer | GitHub <noreply@github.com> | Wed Aug 29 23:26:55 2018 +0200 |
| tree | 772cffa923cdf523fe79dcccf21e65f1a83b99e5 | |
| parent | cf21504194927b2f22132f48effea69eb8ade751 [diff] |
bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-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().