Commit ace875d7 authored by Mark Peek's avatar Mark Peek

Fix "OverflowError: value too large to convert to int" error

parent 47d23e40
......@@ -866,7 +866,7 @@ cdef class TSC(Time):
def __sub__(x, y):
cdef TSC t
cdef TSC self
cdef int int_value
cdef long int_value
cdef long long longlong_value
cdef double double_value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment