mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
cimport uint64_t instead of using ctypedef (#473)
This commit is contained in:
parent
010de11bed
commit
38dba9634e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ cdef extern from "Python.h":
|
||||||
from libc.stdlib cimport *
|
from libc.stdlib cimport *
|
||||||
from libc.string cimport *
|
from libc.string cimport *
|
||||||
from libc.limits cimport *
|
from libc.limits cimport *
|
||||||
ctypedef unsigned long long uint64_t
|
from libc.stdint cimport uint64_t
|
||||||
|
|
||||||
from .exceptions import (
|
from .exceptions import (
|
||||||
BufferFull,
|
BufferFull,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue