]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Document utf8_length and wstr_length states
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Oct 2011 23:05:08 +0000 (01:05 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Oct 2011 23:05:08 +0000 (01:05 +0200)
commita41463c2037e7130283f16fef9747aac4de94b13
treeab640f064d76426c15b06a933ab78aacdc65b670
parent95663110143ebf254a251b747d16589226151727
Document utf8_length and wstr_length states

Ensure these states with assertions in _PyUnicode_CheckConsistency().
Include/unicodeobject.h
Objects/unicodeobject.c