Cython: fxed a bug in INT tuple columns where values were converted to

double instead of int
This commit is contained in:
Celine Mercier
2018-11-27 16:14:56 +01:00
parent b3bfa9ca65
commit 6f27734d71

View File

@ -134,7 +134,7 @@ cdef class Column_tuples_int(Column):
cpdef object get_line(self, index_t line_nb) :
global obi_errno
cdef obiint_t value
cdef double value_in_result
cdef int value_in_result
cdef object result
cdef int32_t i
cdef obiint_t* array