First time here? Check out the FAQ!
answered 2018-10-05 18:11:50 +0100
The int you declare in your cython function is a C int, hence it is encoded on 32 bits. If you want to use integers encoded on 64 bits, you need to use long.
int
C
long