X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/d65a9a847e500ae144e31040454acba1a7333aaf..78911cdb6782ddccef6de3cc913b714e10d2fc14:/assoc.pyx diff --git a/assoc.pyx b/assoc.pyx index 2a6e6e5..246bb24 100644 --- a/assoc.pyx +++ b/assoc.pyx @@ -34,7 +34,7 @@ cdef class AssocTable (Mapping): return 0 cdef void *_find(me, object key, unsigned *f) except NULL: cdef void *p - cdef int n + cdef Py_ssize_t n cdef _assoc_entry *e cdef atom *a a = ATOM_A(atom_pyintern(key))