SIGN IN SIGN UP

Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)

Create an empty string with the new Unicode API.
V
Victor Stinner committed
b37b17423b294ee3bf5a28b8c358ca45cf681030
Parent: 08b523a