We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c172b42 commit be77569Copy full SHA for be77569
msgpack/_unpacker.pyx
@@ -29,7 +29,7 @@ cdef extern from "Python.h":
29
from libc.stdlib cimport *
30
from libc.string cimport *
31
from libc.limits cimport *
32
-from libc.stdint cimport *
+ctypedef unsigned long long uint64_t
33
34
from msgpack.exceptions import (
35
BufferFull,
0 commit comments