#12941: Cache should be cleared on cloning
----------------------------------------+-----------------------------------
       Reporter:  hivert                |         Owner:  hivert  
           Type:  defect                |        Status:  new     
       Priority:  major                 |     Milestone:  sage-5.1
      Component:  combinatorics         |    Resolution:          
       Keywords:  Clone, cache, days38  |   Work issues:          
Report Upstream:  N/A                   |     Reviewers:          
        Authors:  Florent Hivert        |     Merged in:          
   Dependencies:                        |      Stopgaps:          
----------------------------------------+-----------------------------------

Comment (by mjo):

 Oh, and even if we did clear the cache on `copy()`, there would still be a
 bug in `Foo`:

 {{{
 sage: with f.clone() as f1:
 ...     f1[1] = 4
 sage: f1
 [1, 4, 3]
 sage: f1.sum()
 8
 sage: f1[1] = 100000
 sage: f1.sum()
 8
 }}}

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