Lines Matching refs:exit
26 # bpo-38203: Maximum delay in seconds to exit Python (call Py_Finalize()).
210 sys.exit(2)
474 # If we're tracing code coverage, then we don't exit with status
718 sys.exit(0)
730 # exit, it removes also subdirectories of worker processes.
735 # bpo-38203: Python can hang at exit in Py_Finalize(), especially
738 faulthandler.dump_traceback_later(EXIT_TIMEOUT, exit=True)
740 sys.exit(exc.code)
768 sys.exit(0)
772 sys.exit(0)
785 sys.exit(2)
787 sys.exit(130)
789 sys.exit(3)
790 sys.exit(0)