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 pitrou
Recipients pitrou
Date 2013-05-11.18:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368296612.99.0.73141949459.issue17937@psf.upfronthosting.co.za>
In-reply-to
Content
I was asked what this patch did exactly: it simply calls the garbage collector one last time after sys.modules has been cleared. I don't know it it makes much of a difference, but it may limit the amount of leaking when doing successive Py_Initialize/Py_Finalize calls.
History
Date User Action Args
2013-05-11 18:23:33pitrousetrecipients: + pitrou
2013-05-11 18:23:32pitrousetmessageid: <1368296612.99.0.73141949459.issue17937@psf.upfronthosting.co.za>
2013-05-11 18:23:32pitroulinkissue17937 messages
2013-05-11 18:23:32pitroucreate