Re: [sage-devel] possible memory leak situation with factoring
On 2011-04-14 21:03, kcrisman wrote: > sage: n = next_prime(10^30)*next_prime(10^40) > sage: factor(n) > ^C--- > KeyboardInterrupt Traceback (most recent call > last) > > KeyboardInterrupt: > sage: > Ex
[sage-devel] possible memory leak situation with factoring
In the process of reviewing #11138, I found the following. Looks like some sort of leak, but I know virtually nothing of such things. It doesn't affect the ticket - it's clear we should us the Kronecker product implementation - but thought it might be of interest to someone. This is on a Mac OS