It is well known that Cython may "ignore" exceptions when they are
raised in cdef functions without "except" value. However, when working
on #7794, we got messages like the following:
Exception KeyboardInterrupt in 0 ignored
and even stranger:
Exception KeyboardInterrupt: KeyboardInterrupt('computation timed out
because alarm was set for 1 seconds',) in T^79 + 2*T^78 + 2*T^77 + T^74
ignored
So, we get "0" and "T^79 + 2*T^78 + 2*T^77 + T^74" where the name of a
Cython function was expected. Any ideas what is going on here, or how
to debug this?
Thanks,
Jeroen.
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org