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? -- http://mail.python.org/mailman/listinfo/python-list
- at-exit-thread castironpi
- Re: at-exit-thread Diez B. Roggisch
- Re: at-exit-thread castironpi
- Re: at-exit-thread castironpi
- Re: at-exit-thread Preston Landers
- Re: at-exit-thread castironpi
- Re: at-exit-thread Gabriel Genellina
- Re: at-exit-thread Diez B. Roggisch