X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/5b1830f325c55c70d65fd020f08dd958493e528d..741f7410ed5c67e4a2641925bd22eb71c85a39cf:/lbuf.pyx?ds=inline diff --git a/lbuf.pyx b/lbuf.pyx index b80b5cc..2793e47 100644 --- a/lbuf.pyx +++ b/lbuf.pyx @@ -93,7 +93,7 @@ cdef class LineBuffer: cdef char *p return lbuf_free(&me.b, &p) def flush(me, str): - cdef int len + cdef Py_ssize_t len cdef char *p cdef char *q cdef size_t n