We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010de11 commit 38dba96Copy full SHA for 38dba96
1 file changed
msgpack/_unpacker.pyx
@@ -8,7 +8,7 @@ cdef extern from "Python.h":
8
from libc.stdlib cimport *
9
from libc.string cimport *
10
from libc.limits cimport *
11
-ctypedef unsigned long long uint64_t
+from libc.stdint cimport uint64_t
12
13
from .exceptions import (
14
BufferFull,
0 commit comments