naucse.python.cz icon indicating copy to clipboard operation
naucse.python.cz copied to clipboard

test_matmul.py doesn't work with the presented Cython code on 32bit systems

Open hroncok opened this issue 5 years ago • 0 comments

The Cython code + tests expects the native int type to be int64. That assumption is invalid on 32bit Python.

hroncok avatar Nov 14 '20 12:11 hroncok