#9944: categories for polynomial rings
--------------------------------------------+-------------------------------
    Reporter:  robertwb                     |         Owner:  nthiery           
                         
        Type:  defect                       |        Status:  new               
                         
    Priority:  major                        |     Milestone:  sage-4.7.1        
                         
   Component:  categories                   |    Resolution:                    
                         
    Keywords:                               |   Work_issues:  fix on 32-bit     
                         
    Upstream:  N/A                          |      Reviewer:  Nicolas M. 
ThiƩry, Mike Hansen, Martin Raum
      Author:  Robert Bradshaw, Simon King  |        Merged:                    
                         
Dependencies:                               |  
--------------------------------------------+-------------------------------
Changes (by jdemeyer):

  * status:  closed => new
  * resolution:  fixed =>
  * work_issues:  => fix on 32-bit
  * merged:  sage-4.7.1.alpha0 =>


Comment:

 For some obscure reason, this breaks the following test on 32-bit systems:
 {{{
 sage -t "devel/sage-main/sage/modular/abvar/morphism.py"
 }}}

 The problem is that the following command hangs forever:
 {{{
 sage: J = J1(12345)
 sage: J.hecke_operator(997)
 }}}

 Interestingly, interrupting at this point makes the command return the
 '''correct output''' without raising a `KeyboardInterrupt` which is a bug
 within the bug.

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