On 2018-02-16, Vincent Delecroix <[email protected]> wrote: > I isolated a leak in > > a = pi * I * RR.one()
For the record: a = I*RR.one() leaks, a=pi*I resp. a=pi*RR.on() doesn't leak. -- You received this message because you are subscribed to the Google Groups "sage-devel" 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 https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
