Message 191230 - Python tracker
> > As for the interpreter shutdown itself, I have a pending patch (post-PEP 442) > > to get rid of the globals cleanup as well. It may be better to merge the two approaches. > > So you would just depend on garbage collection? No, I also clean up those modules that are left alive after a garbage collection pass.