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 2019-04-25.20:13:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556223229.48.0.664845556761.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().

See bpo-36356 which cleared some other variables.

PR 12453 "bpo-36356: Destroy the GIL at exit" is still open.
History
Date User Action Args
2019-04-25 20:13:49vstinnersetrecipients: + vstinner, eric.snow
2019-04-25 20:13:49vstinnersetmessageid: <1556223229.48.0.664845556761.issue36724@roundup.psfhosted.org>
2019-04-25 20:13:49vstinnerlinkissue36724 messages
2019-04-25 20:13:49vstinnercreate