mirror of
https://github.com/python/cpython.git
synced 2026-05-20 19:33:12 -04:00
ceab610469
It came from rev 58682. The reason is that PyString_Concat and PyUnicode_Concat work differently -- the equivalent to PyString_Concat is PyUnicode_Append.