at-exit-thread

castironpi at gmail.com castironpi at gmail.com
Fri Feb 29 14:35:21 EST 2008


The Python main interpreter has an at-exit list of callables, which
are called when the interpreter exits.  Can threads have one?  What's
involved, or is the best way merely to subclass Thread?



More information about the Python-list mailing list