Searched refs:try_set_handler (Results 1 – 1 of 1) sorted by relevance
171 def try_set_handler(name, handler): function177 try_set_handler('SIGINT', sigint_handler)178 try_set_handler('SIGSEGV', fault_handler)179 try_set_handler('SIGBUS', fault_handler)180 try_set_handler('SIGABRT', fault_handler)181 try_set_handler('SIGFPE', fault_handler)182 try_set_handler('SIGILL', fault_handler)185 try_set_handler('SIGPIPE', signal.SIG_IGN)