Home | History | Annotate | Download | only in Modules

Lines Matching defs:exit

67     int exit;
72 Python exit. */
314 the program continues at faulthandler_fatal_error() exit, but the same
569 if (thread.exit)
628 static char *kwlist[] = {"timeout", "repeat", "file", "exit", NULL};
634 int exit = 0;
641 &timeout, &repeat, &file, &exit))
676 thread.exit = exit;
1167 PyDoc_STR("dump_traceback_later(timeout, repeat=False, file=sys.stderrn, exit=False):\n"
1169 "or each timeout seconds if repeat is True. If exit is True, "