commit | b37b17423b294ee3bf5a28b8c358ca45cf681030 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Dec 01 03:18:59 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Dec 01 03:18:59 2011 +0100 |
tree | eef378938969f815c83c515503727127aa0f82fc | |
parent | 08b523a194a066e1e758e12594d8e423b57460a9 [diff] |
Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0) Create an empty string with the new Unicode API.