[issue36477] Subinterpreters are not finalized during runtime finalization.

2019-03-29 Thread Eric Snow
Change by Eric Snow : -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> Lingering subinterpreters should be implicitly cleared on shutdown ___ Python tracker

[issue36477] Subinterpreters are not finalized during runtime finalization.

2019-03-29 Thread Eric Snow
New submission from Eric Snow : When using subinterpreters, any that exist when Py_FinalizeEx() is called do not appear to get cleaned up during runtime finalization. Maybe I've been looking at the code too much and I'm missing something. :) This really isn't a problem except for embedders t