#4286: [with patch, positive review] minor improvements to old integer code
------------------------------+---------------------------------------------
 Reporter:  robertwb          |        Owner:  somebody
     Type:  defect            |       Status:  closed  
 Priority:  major             |    Milestone:  sage-3.2
Component:  basic arithmetic  |   Resolution:  fixed   
 Keywords:                    |  
------------------------------+---------------------------------------------
Comment (by cremona):

 Remark: This patch introduced a bug:
 {{{
 ----------------------------------------------------------------------
 | SAGE Version 3.2.alpha0, Release Date: 2008-10-20                  |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------

 sage: sage.rings.integer.GCD_list([2,2,3])
 2
 }}}

 The problem is in line 3654 of integer.pyx where there is a
 missing ==0 so the break occurs immediately where it shouldn't.

 This will be fixed in a patch at #3118, so there is no need to reopen this
 ticket.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4286#comment:5>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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