]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Partial revert of changeset 9744b2df134c
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 18 Apr 2013 07:41:34 +0000 (09:41 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 18 Apr 2013 07:41:34 +0000 (09:41 +0200)
commitbb4503f61e5e2f2fb0a5c00950b9560bb46a5eb4
treec4fab168a6c9ed591eaa1e88f5ef3beafc6a3423
parentfb161b1b6d5234fca20b04b374645eaf896a4b38
Partial revert of changeset 9744b2df134c

PyUnicode_Append() cannot call directly resize_compact(): I forgot that a
string can be ready *and* not compact (a legacy string can also be ready).
Objects/unicodeobject.c