X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/5b1830f325c55c70d65fd020f08dd958493e528d..a19eaede18c9176b382df01e4f6c6e5c04a87d0f:/lbuf.pyx 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