naucse.python.cz
naucse.python.cz copied to clipboard
test_matmul.py doesn't work with the presented Cython code on 32bit systems
The Cython code + tests expects the native int type to be int64. That assumption is invalid on 32bit Python.