Hello,
it seems that all patchbots currently break on a doctest in integral.pyx,
see below. The cause is not identified so far. Could be random-seed usage,
changes in gmp, or anything else. Any idea ?
Frédéric
File "src/sage/rings/integer.pyx", line 6434, in
sage.rings.integer.Integer._shift_helper
Failed example:
try:
print('Possible error output from gmp')
1 << (2^60)
except (MemoryError, OverflowError, RuntimeError):
pass
else:
print("Failed to raise exception")
Expected:
Possible error output from gmp...
Got:
gmp: overflow in mpz type
Possible error output from gmp
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/941f1631-056b-451b-9f28-5e49c79d8155n%40googlegroups.com.