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 methane, serhiy.storchaka, vstinner
Date 2019-06-18.13:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560863418.34.0.0526233908999.issue37329@roundup.psfhosted.org>
In-reply-to
Content
The best would be to explicitly release all memory at exit, but I don't think that it's worth it in Python 2.7 since this version is now stable. More work in done in the master branch to cleanup things at exit (ex: bpo-36724).
History
Date User Action Args
2019-06-18 13:10:18vstinnersetrecipients: + vstinner, methane, serhiy.storchaka
2019-06-18 13:10:18vstinnersetmessageid: <1560863418.34.0.0526233908999.issue37329@roundup.psfhosted.org>
2019-06-18 13:10:18vstinnerlinkissue37329 messages
2019-06-18 13:10:18vstinnercreate