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, ncoghlan, paul.moore, pjna, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-11-16.03:35:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510803335.99.0.213398074469.issue32026@psf.upfronthosting.co.za>
In-reply-to
Content
Python doesn't clean everything at exit: see bpo-29881.

I just modified Py_Main() in bpo-32030 to clean a few more bytes (like program_name): see pymain_free() in Modules/main.c.
History
Date User Action Args
2017-11-16 03:35:36vstinnersetrecipients: + vstinner, paul.moore, ncoghlan, tim.golden, eric.snow, zach.ware, steve.dower, pjna
2017-11-16 03:35:35vstinnersetmessageid: <1510803335.99.0.213398074469.issue32026@psf.upfronthosting.co.za>
2017-11-16 03:35:35vstinnerlinkissue32026 messages
2017-11-16 03:35:35vstinnercreate