bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes by vstinner · Pull Request #4899 · python/cpython (original) (raw)

vstinner

bpo-29240, bpo-32030: If the encoding change (C locale coerced or
UTF-8 Mode changed), Py_Main() now reads again the configuration with
the new encoding.

Changes:

https://bugs.python.org/issue29240

@vstinner

bpo-29240, bpo-32030: If the encoding change (C locale coerced or UTF-8 Mode changed), Py_Main() now reads again the configuration with the new encoding.

Changes:

@vstinner vstinner changed the titlePy_Main() re-reads config if encoding changes bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes

Dec 16, 2017

@vstinner

@vstinner

@vstinner