mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
84a3efec37
Py_ssize_t members. Simplify the implementation of UnicodeError objects: start and end attributes are now stored directly as Py_ssize_t members, which simplifies various get and set functions.