Lines Matching refs:PyDoc_STR
1221 PyDoc_STR("enable(file=sys.stderr, all_threads=True): "
1224 PyDoc_STR("disable(): disable the fault handler")},
1226 PyDoc_STR("is_enabled()->bool: check if the handler is enabled")},
1229 PyDoc_STR("dump_traceback(file=sys.stderr, all_threads=True): "
1234 PyDoc_STR("dump_traceback_later(timeout, repeat=False, file=sys.stderrn, exit=False):\n"
1240 PyDoc_STR("cancel_dump_traceback_later():\ncancel the previous call "
1245 PyDoc_STR("register(signum, file=sys.stderr, all_threads=True, chain=False): "
1251 PyDoc_STR("unregister(signum): unregister the handler of the signal "
1255 PyDoc_STR("_read_null(): read from NULL, raise "
1258 PyDoc_STR("_sigsegv(release_gil=False): raise a SIGSEGV signal")},
1260 PyDoc_STR("fatal_error_c_thread(): "
1263 PyDoc_STR("_sigabrt(): raise a SIGABRT signal")},
1265 PyDoc_STR("_sigfpe(): raise a SIGFPE signal")},
1268 PyDoc_STR("_stack_overflow(): recursive call to raise a stack overflow")},
1272 PyDoc_STR("raise_exception(code, flags=0): Call RaiseException(code, flags).")},