signal.pause() 
Cause the process to sleep until a signal is received; the appropriate handler will then be called. Returns nothing. Not on Windows. (See the Unix man page signal(2).)
See also sigwait(), sigwaitinfo(), sigtimedwait() and sigpending().
Please login to continue.