]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix post-condition in unicode_repr(): check the result, not the input
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Oct 2011 23:13:58 +0000 (01:13 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Oct 2011 23:13:58 +0000 (01:13 +0200)
commit05d1189566c4caa3b2c9b474159a04d0d61364c3
tree65f0ddc12171fe7c244151dec8c4962c9c1887b2
parentf48323e3b3336eeb787d94718464e527612ed0fb
Fix post-condition in unicode_repr(): check the result, not the input
Objects/unicodeobject.c