python shutting down sloooooooowly/tuning dictionaries

Fredrik Lundh fredrik at pythonware.com
Wed Apr 21 12:55:24 EDT 2004


> have you tried using
>
>     os._exit()
>
> instead of sys.exit()

better make that

    os._exit(0)

</F>







More information about the Python-list mailing list