• Victor Stinner's avatar
    bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174) · 5a02e0d1
    Victor Stinner yazdı
    * 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
    5a02e0d1
Adı
Son kayıt (commit)
Son güncelleme
..
pycore_accu.h Loading commit data...
pycore_atomic.h Loading commit data...
pycore_ceval.h Loading commit data...
pycore_condvar.h Loading commit data...
pycore_context.h Loading commit data...
pycore_coreconfig.h Loading commit data...
pycore_fileutils.h Loading commit data...
pycore_getopt.h Loading commit data...
pycore_gil.h Loading commit data...
pycore_hamt.h Loading commit data...
pycore_object.h Loading commit data...
pycore_pathconfig.h Loading commit data...
pycore_pyhash.h Loading commit data...
pycore_pylifecycle.h Loading commit data...
pycore_pymem.h Loading commit data...
pycore_pystate.h Loading commit data...
pycore_tupleobject.h Loading commit data...
pycore_warnings.h Loading commit data...