Staging
v0.8.1
https://github.com/python/cpython
Revision 5a02e0d1c8a526fc4e80a2fb8b4a9d5bc64c7d82 authored by Victor Stinner on 05 March 2019, 11:32:09 UTC, committed by GitHub on 05 March 2019, 11:32:09 UTC
* Move following fields from _PyCoreConfig to _PyPreConfig:

  * coerce_c_locale
  * coerce_c_locale_warn
  * legacy_windows_stdio
  * utf8_mode

* _PyPreConfig_ReadFromArgv() is now responsible to choose the
  filesystem encoding
* _PyPreConfig_Write() now sets the LC_CTYPE locale
1 parent 5b10b98
History
Tip revision: 5a02e0d1c8a526fc4e80a2fb8b4a9d5bc64c7d82 authored by Victor Stinner on 05 March 2019, 11:32:09 UTC
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Tip revision: 5a02e0d
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.8 KB
.gitignore -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 7.9 KB
CODE_OF_CONDUCT.md -rw-r--r-- 609 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 63.8 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 489.9 KB
configure.ac -rw-r--r-- 160.5 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 43.2 KB
setup.py -rw-r--r-- 99.2 KB

README.rst

back to top