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 eric.snow, vstinner
Date 2020-06-05.01:13:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591319590.09.0.665425191179.issue36724@roundup.psfhosted.org>
In-reply-to
Content
> _PyRuntime.warnings is not cleared at Python exit: 3 objects are kept alive even after Py_Finalize().

This issue has been fixed. Moreover, the GC state is now per-interpreter.
History
Date User Action Args
2020-06-05 01:13:10vstinnersetrecipients: + vstinner, eric.snow
2020-06-05 01:13:10vstinnersetmessageid: <1591319590.09.0.665425191179.issue36724@roundup.psfhosted.org>
2020-06-05 01:13:10vstinnerlinkissue36724 messages
2020-06-05 01:13:09vstinnercreate