]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
unicode_kind_name() doesn't check consistency anymore
authorVictor Stinner <vstinner@wyplay.com>
Mon, 3 Oct 2011 12:41:45 +0000 (14:41 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Mon, 3 Oct 2011 12:41:45 +0000 (14:41 +0200)
commit42dfd713331d1f36b26abb8c4d215340e59a76bf
treea3bdec0ae06a35454bbf7df58e09e026aff4a85f
parenta3b334da6dd0477e5bf144934d184bc0b3e3779b
unicode_kind_name() doesn't check consistency anymore

It is is called from _PyUnicode_Dump() and so must not fail.
Objects/unicodeobject.c