diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-12-01 03:18:59 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-12-01 03:18:59 +0100 |
commit | b37b17423b294ee3bf5a28b8c358ca45cf681030 (patch) | |
tree | eef378938969f815c83c515503727127aa0f82fc /Objects/object.c | |
parent | 08b523a194a066e1e758e12594d8e423b57460a9 (diff) | |
download | cpython-git-b37b17423b294ee3bf5a28b8c358ca45cf681030.tar.gz |
Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)
Create an empty string with the new Unicode API.
Diffstat (limited to 'Objects/object.c')
0 files changed, 0 insertions, 0 deletions