Eryk Sun added the comment:

unicode_modifiable in Objects/unicodeobject.c should return 0 if there's cached 
PyUnicode_UTF8 data. In this case PyUnicode_Append won't operate in place but 
instead concatenate a new string.

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25709>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to