SIGN IN SIGN UP

Replace PyUnicodeObject* by PyObject* where it was irrevelant

A Unicode string can now be a PyASCIIObject, PyCompactUnicodeObject or
PyUnicodeObject. Aliasing a PyASCIIObject* or PyCompactUnicodeObject* to
PyUnicodeObject* is wrong
V
Victor Stinner committed
9db1a8b69f13f884336556b61252f7ca271f2b76
Parent: 0d60e87