]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_Py_wrealpath() uses _Py_char2wchar() to decode the result, to support
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 16 Oct 2010 22:55:47 +0000 (22:55 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 16 Oct 2010 22:55:47 +0000 (22:55 +0000)
commit0a1b8cba90d467e85be87cd8b10b4d31caa8765a
tree7162df88fee483d68c69ef5a29c5f3b6f8438b96
parent350147b5cacee7a288875007cddf1f7a321a21e2
_Py_wrealpath() uses _Py_char2wchar() to decode the result, to support
surrogate characters.
Python/fileutils.c