Closed ptrcnull closed 7 months ago
This makes it build:
diff --git a/srsly/msgpack/_unpacker.pyx b/srsly/msgpack/_unpacker.pyx
index b6c5f04..17a0059 100644
--- a/srsly/msgpack/_unpacker.pyx
+++ b/srsly/msgpack/_unpacker.pyx
@@ -10,7 +10,6 @@ cdef extern from "Python.h":
from libc.stdlib cimport *
from libc.string cimport *
from libc.limits cimport *
-ctypedef unsigned long long uint64_t
from .exceptions import (
BufferFull,
Thanks for the report! We're looking into this. I think we can just avoid the redefinition all together - cf #108