On Sat, Dec 20, 2008 at 3:04 PM, M.-A. Lemburg <[email protected]> wrote: > These long exit times are usually caused by the garbage collection > of objects. This can be a very time consuming task.
In that case, the question would be "why is the interpreter collecting garbage when it knows we're trying to exit anyway?". -- Cheers, Leif _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
