mirror of
https://github.com/python/cpython.git
synced 2026-06-14 07:04:22 -04:00
8486f9b134
-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.
Source files for various builtin objects