SIGN IN SIGN UP

Fix "warning: comparison between signed and unsigned integer expressions"

-Wsign-compare warnings in unicodeobject.c.  These were all a result
of sizeof() being unsigned and being compared to a Py_ssize_t.
Not actual problems.
G
Gregory P. Smith committed
8486f9b134e0a25a3c64405223e0ba96192e02d9
Parent: fd97a6f