diff --git a/src/if_py_both.h b/src/if_py_both.h index c28038edd3..eefd6ed826 100644 --- a/src/if_py_both.h +++ b/src/if_py_both.h @@ -3807,7 +3807,7 @@ RangeRepr(RangeObject *self) name = ""; return PyString_FromFormat("", - name, self->start, self->end); + name, (int)self->start, (int)self->end); } } diff --git a/src/version.c b/src/version.c index bd42a6a20a..8ee5b4e209 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1074, /**/ 1073, /**/