sys._exit()

Aahz Maruch aahz at panix.com
Fri Aug 24 02:16:19 EDT 2001


In article <mailman.998520406.25668.python-list at python.org>,
Chuck Esterbrook  <ChuckEsterbrook at yahoo.com> wrote:
>
>-----------------------
>_exit(n)
>
>Exit to the system with status n, without calling cleanup handlers, 
>flushing stdio buffers, etc. Availability: Unix, Windows.
>
>Note: the standard way to exit is sys.exit(n). _exit() should normally only 
>be used in the child process after a fork().

For the clarification of any confused readers, this is os._exit()
-- 
                      --- Aahz  <*>  (Copyright 2001 by aahz at pobox.com)

Hugs and backrubs -- I break Rule 6                 http://www.rahul.net/aahz/
Androgynous poly kinky vanilla queer het Pythonista   

"I now regard a fact as a hypothesis that people don't bother to argue
about anymore."  --John Burn, quoted in Lawrence Wright's _Twins_



More information about the Python-list mailing list