]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18203: Fix _Py_DecodeUTF8_surrogateescape(), use PyMem_RawMalloc() as _Py_char...
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 20:57:45 +0000 (22:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 20:57:45 +0000 (22:57 +0200)
commit6f8eeee7b9cae7e3f899c89baefe9acc575f2fb5
tree5b32a6c6f41316d79d6ae64d51aaff44d93f1079
parentfa535f5220592ed2bb668e2c6ddedf13a450d945
Issue #18203: Fix _Py_DecodeUTF8_surrogateescape(), use PyMem_RawMalloc() as _Py_char2wchar()
Objects/unicodeobject.c