fmpz_mat_to_mpz_array ignores exceptions
I saw this happen once:
Traceback (most recent call last):
File "memory.pxd", line 117, in cysignals.memory.check_malloc (build/cythonized/sage/matrix/matrix_integer_dense.c:51851)
MemoryError: failed to allocate 1564152576 bytes
Exception MemoryError: MemoryError('failed to allocate 1564152576 bytes',) in 'sage.matrix.matrix_integer_dense.fmpz_mat_to_mpz_array' ignored
Change History (5)
Cc: |
vdelecroix cpernet added
|
Branch: |
→ u/jdemeyer/fmpz_mat_to_mpz_array_ignores_exceptions
|
Commit: |
→ 4898e3b04045e495e8252fbcca83275b66e5b2c0
|
Status: |
new →
needs_review
|
Reviewers: |
→ Travis Scrimshaw
|
Status: |
needs_review →
positive_review
|
Branch: |
u/jdemeyer/fmpz_mat_to_mpz_array_ignores_exceptions →
4898e3b04045e495e8252fbcca83275b66e5b2c0
|
Resolution: |
→ fixed
|
Status: |
positive_review →
closed
|
New commits:
Allow exceptions in fmpz_mat_to_mpz_array