This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients emptysquare, eric.snow, grahamd, ncoghlan, phsilva, pitrou, vstinner
Date 2020-01-08.13:36:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578490579.46.0.88065475629.issue24554@roundup.psfhosted.org>
In-reply-to
Content
Py_EndInterpreter() now calls gc.collect() at least twice: at the end of _PyImport_Cleanup() and in finalize_interp_clear(). I now consider the issue as fixed and so I close it.

The issue that I described in my previous comment can be enhanced/fixed later.
History
Date User Action Args
2020-01-08 13:36:19vstinnersetrecipients: + vstinner, ncoghlan, pitrou, phsilva, grahamd, eric.snow, emptysquare
2020-01-08 13:36:19vstinnersetmessageid: <1578490579.46.0.88065475629.issue24554@roundup.psfhosted.org>
2020-01-08 13:36:19vstinnerlinkissue24554 messages
2020-01-08 13:36:19vstinnercreate