py_i64 typedef

py_i64 = Int64

A 64-bit integer type. Corresponds to int in python.

Implementation

typedef py_i64 = ffi.Int64;