]> granicus.if.org Git - python/commit
initfsencoding(): get_codeset() failure is now a fatal error
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 19 Oct 2010 00:05:51 +0000 (00:05 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 19 Oct 2010 00:05:51 +0000 (00:05 +0000)
commite474309bb7f0ba6e6ae824c215c45f00db691889
treef1e5280c76debfeb347f05b399ce99a2330ecf9e
parent07298a1f0434950c927f5d459fe611f73bb6d262
initfsencoding(): get_codeset() failure is now a fatal error

Don't fallback to utf-8 anymore to avoid mojibake. I never got any error from
his function.
Python/pythonrun.c