Searched refs:try_set_handler (Results 1 – 1 of 1) sorted by relevance
179 def try_set_handler(name, handler): function185 try_set_handler('SIGINT', sigint_handler)186 try_set_handler('SIGBUS', fault_handler)187 try_set_handler('SIGABRT', fault_handler)188 try_set_handler('SIGFPE', fault_handler)189 try_set_handler('SIGILL', fault_handler)192 try_set_handler('SIGPIPE', signal.SIG_IGN)