The following leaks for me on 9.6

```
from sage.all import ZZ
for _ in range(10**8):
     try:  a=ZZ(10)**(2**61)
     except:  pass
```

In addition it prints on stderr `gmp: overflow in mpz type`

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAGUWgD9-%2BqN-Ri%2Bbz8fkeOGzDTzxUdgryC75C_bT_sDAGrdSdA%40mail.gmail.com.

Reply via email to