[Tutor] os.system sending of break signals

Alan Gauld alan.gauld at freenet.co.uk
Fri Oct 28 10:00:01 CEST 2005


> Python has a "signal" module in the standard library. Will that work?

Yes potentially, but you still need to mess about with process ids etc 
to find which process to send the signal... And you would have to do 
the two things in separate threads since system() blocks your main program.

Alan g


More information about the Tutor mailing list