Python Version: 3.13.4 Python-Flint Version: 0.8.0 Code: ``` from flint import fmpz_mat fmpz_mat([]).lll() ``` The kernel crashes without returning a matrix or raising an exception.