SIGN IN SIGN UP

bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)

* Move Py_SetStandardStreamEncoding() from pylifecycle.c
  to coreconfig.c
* Add _Py_ClearStandardStreamEncoding() private function.
* pymain_free() now calls _Py_ClearStandardStreamEncoding().
* Add assertions add the end of _PyCoreConfig_Read()
* _PyCoreConfig_Copy(): rename COPY_STR_ATTR() macro
  to COPY_WSTR_ATTR().
* Fix get_stdio_errors() indentation.
V
Victor Stinner committed
124b9eb4e41ba1676dad954eec9a1fb3480794e4
Parent: 2c8ddcf
Committed by GitHub <noreply@github.com> on 8/28/2018, 11:29:06 PM