#10314: speed up comparison of Integers and native Python numeric types
---------------------------------+------------------------------------------
    Reporter:  roed              |         Owner:  AlexGhitza       
        Type:  enhancement       |        Status:  closed           
    Priority:  major             |     Milestone:  sage-4.6.2       
   Component:  basic arithmetic  |    Resolution:  fixed            
    Keywords:                    |   Work_issues:                   
    Upstream:  N/A               |      Reviewer:  Aly Deines       
      Author:  David Roe         |        Merged:  sage-4.6.2.alpha1
Dependencies:                    |  
---------------------------------+------------------------------------------

Comment(by was):

 It turns out that the line I flagged above as introducing a major bug,
 which roed fixed, in fact introduces an easy 1-liner way to segfault Sage:
 {{{
 sage: float('nan') > 1
 Program received signal SIGFPE, Arithmetic exception.
 BOOM
 }}}

 See #12149.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10314#comment:11>
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.

Reply via email to