Eric Snow <ericsnowcurren...@gmail.com> added the comment:

> * Is Python supposed to magically destroy the 3 interpreters?

Doesn't it?  Gah.  I guess I was thinking of PyOS_AfterFork_Child(), which 
calls _PyInterpreterState_DeleteExceptMain(). :/  In September there was a nice 
comment right above Py_FinalizeEx() saying that we do not clean up other 
interpreters or threads, but I haven't checked when it got removed.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38865>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to