[sage-release] Re: Sage 9.2.beta8 released

2020-08-21 Thread John H Palmieri
On Friday, August 21, 2020 at 1:37:21 PM UTC-7, Markus Wageringel wrote: > > With Neovim as editor, the same warning appears in its builtin terminal, > followed by some error messages that break the REPL. Luckily, upgrading > Neovim from 0.2.2 to 0.4.3 fixed it on my end. > Does

[sage-release] Re: Sage 9.2.beta8 released

2020-08-21 Thread Markus Wageringel
With Neovim as editor, the same warning appears in its builtin terminal, followed by some error messages that break the REPL. Luckily, upgrading Neovim from 0.2.2 to 0.4.3 fixed it on my end. emanuel.c...@gmail.com schrieb am Dienstag, 11. August 2020 um 17:39:29 UTC+2: > Damn ! > > This

[sage-release] Re: Sage 9.2.beta9 released

2020-08-21 Thread 'jonatha...@googlemail.com' via sage-release
I can confirm the rings/integer.pyx failure from running it in the shell. sage: n = prod(primes_first_n(25)) sage: _ = n.divisors() If I cancel the second line many time (after a few seconds each), I see an increase in memory usage. There doesn't seem to be a limit to it. I can immitate the