#12173: Update FLINT to 2.3
-------------------------------+--------------------------------------------
Reporter: mhansen | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.1
Component: packages | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: #12433 | Stopgaps:
-------------------------------+--------------------------------------------
Comment (by jpflori):
Ok, but then some fmpz won't be freed and that's all.
This won't lead to any segfault, memory error or horrible breaks.
In case someone actually used Sage in library mode, and played at
launching and closing it several times, that would lead to memory leaks
(surely among a lot of other ones), but nothing more.
And I do not see any problematic calls to fmpz_clear within Sage.
The few ones (its definition within fmpz.pxi, 4 calls in
polynomial_integer_dense_flint.pyx and one call in
quaternion_algebra_element.pyx) are typically made on local variables
which are allocated and freed within functions.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12173#comment:55>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.