Closed ghost closed 7 years ago
CPython implementation was interpreting the TTL data as a float, returning invalid data. CFFI implementation had no problems.
Also improved unit test to verify the types and constraints of the TTL data type
Good catch, cheers!
CPython implementation was interpreting the TTL data as a float, returning invalid data. CFFI implementation had no problems.
Also improved unit test to verify the types and constraints of the TTL data type