]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
print_exception() uses PyUnicode_GetLength() instead of PyUnicode_GetSize()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 20 Nov 2011 18:20:00 +0000 (19:20 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 20 Nov 2011 18:20:00 +0000 (19:20 +0100)
commite251d6d69d27c0a9e4621fd98711db8958920409
tree26e9e49d8bf68fcfea19d3fa779183fa376afe29
parentb960b3457745453e117948d29736861c1a7a6edd
print_exception() uses PyUnicode_GetLength() instead of PyUnicode_GetSize()
Python/pythonrun.c