Fix abs(long long) test in 32bit MSVC: need to calculate max value in Python...
Fix abs(long long) test in 32bit MSVC: need to calculate max value in Python as Cython assumes result to be Py_ssize_t (due to sizeof()), which is < sizeof(long long).
Showing
Please register or sign in to comment