commit | c2d76fd339f5fcc4f0051696e5e57c979289a9c3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Sep 10 23:13:52 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Sep 10 23:13:52 2010 +0000 |
tree | 56a6fb0231f07711dcf0970eddf54dba5b1c5334 | |
parent | d2be5b4fe4cbca197d27e853a08e6339945c879a [diff] |
Issue #8589: surrogateescape error handler is not available at startup Py_Main() uses _Py_wchar2char() + PyUnicode_FromWideChar() instead of PyUnicode_DecodeFSDefault(), because the PyCodec machinery is not ready yet.