#6623: Memory leak when calling binomial
---------------------------+-----------------------------------------------
       Reporter:  hartke   |         Owner:
           Type:  defect   |        Status:  closed
       Priority:  major    |     Milestone:  sage-duplicate/invalid/wontfix
      Component:           |    Resolution:  invalid
  symbolics                |     Merged in:
       Keywords:           |     Reviewers:
  binomial, leak           |   Work issues:
        Authors:           |  Dependencies:
Report Upstream:  N/A      |
         Branch:           |
       Stopgaps:           |
---------------------------+-----------------------------------------------
Changes (by mhansen):

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


Comment:

 I don't get this either:

 {{{
 sage: %cpaste
 Pasting code; enter '--' alone on the line to stop or use Ctrl-D.
 :sage: import random
 :print get_memory_usage()
 :for i in xrange(100000):
 :    x=random.randint(10,100)
 :    y=random.randint(0,x)
 :    r=binomial(x,y)
 :print get_memory_usage()
 :
 :--
 1072.046875
 1072.046875
 }}}

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