#14304: New implementation of unramified p-adics using FLINT and templates
-------------------------------------+-------------------------------------
Reporter: roed | Owner: roed
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-6.1
Component: padics | Resolution:
Keywords: | Merged in:
Authors: Julian Rueth, | Reviewers: David Roe, Julian
David Roe | Rueth
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/roed/ticket/14304 | 60975a4eed6b9bc665219709e337f801eb2b264d
Dependencies: #12555, #12173 | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by jdemeyer):
This comment is wrong:
{{{
While the following allocations have the potential to leak
small amounts of memory when interrupted or when one of the
init methods raises a MemoryError
}}}
If you don't have `sig_on()`, the code cannot be interrupted (unless it's
called from within `sig_on()`, but that would not be a good idea). It also
cannot raise a `MemoryError`, since there is no `sig_on()` to raise them.
Instead of a `MemoryError`, Sage would simply crash hard.
--
Ticket URL: <http://trac.sagemath.org/ticket/14304#comment:35>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.