#12777: Add signal handling to libecm.pyx
----------------------------------+-----------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.0
Component: factorization | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Paul Zimmermann
Authors: Jeroen Demeyer | Merged in:
Dependencies: #12757 | Stopgaps:
----------------------------------+-----------------------------------------
Comment (by jdemeyer):
After the interrupt test, the following doctest:
{{{
sage: n = 100
sage: float(n)
100.0
}}}
fails with:
{{{
**********************************************************************
File
"/export/home/buildbot/build/sage/hawk-1/hawk_full/build/sage-5.0.beta14/devel/sage/sage/libs/libecm.pyx",
line 73:
sage: float(n)
Expected:
100.0
Got:
nan
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12777#comment:28>
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.