Antoine Pitrou added the comment: > I don't think we need Py_ssize_t for integers from 0 to 57.
IMO it's better to use Py_ssize_t there, since it can get combined with other Py_ssize_t values. Avoiding spurious conversions eliminates a common source of errors. We don't gain anything by keeping it as an int. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19049> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com