On 2019-02-06 20:52, Nils Bruin wrote:
This is the same as in python:

 >>> import signal
 >>> signal.alarm(1)
0
 >>> Alarm clock

It looks like this is just the default signal handler for python (the
one that just prints the signal name and exits)

For the record, that message "Alarm clock" is printed by the shell (bash or whatever) whenever a process that it runs (python in this case) is killed by a signal. It's analogous to the more familiar message "Segmentation Fault".

--
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 post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to