]> granicus.if.org Git - python/commit
_Py_char2wchar() frees the memory on conversion error
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 8 Nov 2010 23:30:46 +0000 (23:30 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 8 Nov 2010 23:30:46 +0000 (23:30 +0000)
commit19de4c3a8c6e61a7279537089ac62b5b935889dd
tree560fe760343cec463e507a173c8f22fb9fb17483
parent18c33737f85ca399bb4fc609d2f05eb05a61bbb0
_Py_char2wchar() frees the memory on conversion error

Explain in the documentation that conversion errors should never happen.
Python/fileutils.c