diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-23 20:04:37 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-23 20:04:37 +0200 |
commit | 9db1a8b69f13f884336556b61252f7ca271f2b76 (patch) | |
tree | edf3c6bad006095a92427022e3a47005c045c4ff /Python/import.c | |
parent | 0d60e87ad6d992c8b989dfa1909a2fd8e853ee9a (diff) | |
download | cpython-git-9db1a8b69f13f884336556b61252f7ca271f2b76.tar.gz |
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
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions