#8177: Breaking Integer's invariant can lead to a segfault in Sage 4.3.2.alpha1,
Mac OS X 10.6.2
---------------------------+-----------------------------------------------
       Reporter:  mvngu    |         Owner:  tbd
           Type:  defect   |        Status:  closed
       Priority:  major    |     Milestone:  sage-duplicate/invalid/wontfix
      Component:           |    Resolution:  invalid
  documentation            |     Merged in:
       Keywords:           |     Reviewers:
        Authors:           |   Work issues:
Report Upstream:  N/A      |  Dependencies:
         Branch:           |
       Stopgaps:           |
---------------------------+-----------------------------------------------
Changes (by mhansen):

 * status:  needs_work => closed
 * resolution:   => invalid
 * milestone:  sage-5.11 => sage-duplicate/invalid/wontfix


Comment:

 I think we can mark this as invalid as of 5.10:

 {{{
 sage: class MyElement(ElementWrapper): __lt__ =
 ElementWrapper._lt_by_value
 sage: a = MyElement(ZZ, 1)
 sage: 1 < a
 False
 sage: a < 1
 False
 }}}

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


Reply via email to