mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
bb4503f61e
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).