On Tue, 23 Jul 2013 01:31:24 +0200 (CEST) christian.heimes <python-checkins at python.org> wrote: > + > +typedef int sdigit; > +typedef long Py_ssize_t; Can't you write "typedef ssize_t Py_ssize_t" instead? Regards Antoine.