]> granicus.if.org Git - python/commit
Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 1 Dec 2011 02:18:59 +0000 (03:18 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 1 Dec 2011 02:18:59 +0000 (03:18 +0100)
commitb37b17423b294ee3bf5a28b8c358ca45cf681030
treeeef378938969f815c83c515503727127aa0f82fc
parent08b523a194a066e1e758e12594d8e423b57460a9
Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)

Create an empty string with the new Unicode API.
Modules/cjkcodecs/multibytecodec.c
Objects/stringlib/unicode_format.h