[Python-Dev] extremely slow exit for program having huge (45G) dict (python 2.5.2)

skip at pobox.com skip at pobox.com
Sat Dec 20 21:26:20 CET 2008


    Leif> In that case, the question would be "why is the interpreter
    Leif> collecting garbage when it knows we're trying to exit anyway?".

Because useful side effects are sometimes performed as a result of this
activity (flushing disk buffers, closing database connections, etc).

Skip


More information about the Python-Dev mailing list