This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, kbk, random832, roger.serwy, serhiy.storchaka, steven.daprano, terry.reedy, Árpád Kósa
Date 2015-11-23.17:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448301530.12.0.509882651792.issue25709@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-11-23 17:58:50eryksunsetrecipients: + eryksun, terry.reedy, kbk, roger.serwy, steven.daprano, serhiy.storchaka, random832, Árpád Kósa
2015-11-23 17:58:50eryksunsetmessageid: <1448301530.12.0.509882651792.issue25709@psf.upfronthosting.co.za>
2015-11-23 17:58:50eryksunlinkissue25709 messages
2015-11-23 17:58:49eryksuncreate