commit | 9db1a8b69f13f884336556b61252f7ca271f2b76 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Oct 23 20:04:37 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Oct 23 20:04:37 2011 +0200 |
tree | edf3c6bad006095a92427022e3a47005c045c4ff | |
parent | 0d60e87ad6d992c8b989dfa1909a2fd8e853ee9a [diff] |
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