aports/community/py3-srsly/cython3.patch
2024-04-12 11:59:22 +02:00

13 lines
384 B
Diff

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,