#9564: libsingular exponentiation can not be interrupted
-----------------------------------+----------------------------------------
   Reporter:  SimonKing            |       Owner:  malb                         
               
       Type:  defect               |      Status:  new                          
               
   Priority:  major                |   Milestone:  sage-4.5.2                   
               
  Component:  commutative algebra  |    Keywords:  KeyboardInterrupt 
libsingular exponentiation
     Author:                       |    Upstream:  N/A                          
               
   Reviewer:                       |      Merged:                               
               
Work_issues:                       |  
-----------------------------------+----------------------------------------
 When trying to get some timings for #7795, I did
 {{{
 sage: R.<x,y,z> = QQ[]
 sage: p = R.random_element()
 sage: p
 -x^2 + 1/3*x*y + 7/2*y + 2*z
 sage: timeit('q=p^(2^10)')
 }}}
 which might be stupid.

 Anyway, it was impossible to interrupt the computation with ctrl-C, which
 I think is a bug.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9564>
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