]> granicus.if.org Git - python/commit
Issue #6011: decode PREFIX, EXEC_PREFIX and PYTHONPATH variables using
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 8 Nov 2010 23:49:47 +0000 (23:49 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 8 Nov 2010 23:49:47 +0000 (23:49 +0000)
commitae4836df6d0ea92d778ef30bd37417d048fc37fc
tree73f05e2ab9a947332fd57f9433c2ada04f0fb8e1
parentd5af0a5df0621fbac3eb21e444d58a95975cd2ca
Issue #6011: decode PREFIX, EXEC_PREFIX and PYTHONPATH variables using
_Py_char2wchar(), instead of L"" VAR hack, to escape undecodable bytes using
the surrogateescape error handler.
Modules/getpath.c