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