]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Oct 2011 20:44:12 +0000 (22:44 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Oct 2011 20:44:12 +0000 (22:44 +0200)
commita336de7ae1c9d836265fc053018c0f11fc804b9a
treee5c085e346d20d403fe387121b4c0fcdebb872e1
parent3484c09c97141f497de9f99c5d2135e41fde8a11
traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND
Python/traceback.c