mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
It came from rev 58682. The reason is that PyString_Concat and PyUnicode_Concat work differently -- the equivalent to PyString_Concat is PyUnicode_Append.