-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Milestone
Description
On some systems, Debian for example, we see this failure with Python 3:
Failed example:
G = f.galois_group(); G
Expected:
Transitive group number 5 of degree 4
Got:
Exception (FLINT memory_manager). Unable to allocate memory.
Transitive group number 5 of degree 4
**********************************************************************
1 item had failures:
1 of 16 in sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.galois_group
[397 tests, 1 failure, 2.56 s]
Upstream: Fixed upstream, but not in a stable release.
CC: @slel @sagetrac-spancratz @wbhart @fchapoton
Component: python3
Keywords: flint, flush
Author: John Palmieri
Branch/Commit: ed66988
Reviewer: Steven Trogdon
Issue created by migration from https://trac.sagemath.org/ticket/28334