[sage-support] Re: Memory Leak in mutipolynomial evaluation

2014-05-28 Thread Gabriel Furstenheim Milerud
Hi Simon, You're completely right. Actually I messed up the libraries, the __call__ method used should be the one from Mpolynomial_libsingular. -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving

[sage-support] Re: Memory Leak in mutipolynomial evaluation

2014-05-25 Thread Simon King
Hi Gabriel, On 2014-05-25, Gabriel Furstenheim Milerud furstenh...@gmail.com wrote: There is a memory leak in the evaluation of multivariable polynomials: -C.x,y,z=GF(2)[] -f=x^4+x*y^3+z^6 -get_memory_usage() .1014.47265625 - for i in xrange(100): a=f(1,0,0)

[sage-support] Re: Memory Leak in mutipolynomial evaluation

2014-05-25 Thread leif
Simon King wrote: Hi Gabriel, On 2014-05-25, Gabriel Furstenheim Milerud furstenh...@gmail.com wrote: There is a memory leak in the evaluation of multivariable polynomials: -C.x,y,z=GF(2)[] -f=x^4+x*y^3+z^6 -get_memory_usage() .1014.47265625 - for i in xrange(100): a=f(1,0,0)