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 Jack Liu
Recipients Jack Liu, draghuram, georg.brandl, gregory.p.smith, isandler, pitrou, r.david.murray, vstinner, xdegaye
Date 2016-09-29.02:16:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475115410.22.0.45306118813.issue20766@psf.upfronthosting.co.za>
In-reply-to
Content
Will the issue be fixed in Python formal build?
I still meet the same issue with Python 3.5.1. It cost me a bit time to track down this issue.

I'm using pdb to debug a Python script, there are global variables in the script. Duo the leak of sigint_handler, calling gc.collect() doesn't release the global variables until calling PyOS_FiniInterrupts().
History
Date User Action Args
2016-09-29 02:16:50Jack Liusetrecipients: + Jack Liu, georg.brandl, gregory.p.smith, isandler, pitrou, vstinner, draghuram, r.david.murray, xdegaye
2016-09-29 02:16:50Jack Liusetmessageid: <1475115410.22.0.45306118813.issue20766@psf.upfronthosting.co.za>
2016-09-29 02:16:50Jack Liulinkissue20766 messages
2016-09-29 02:16:49Jack Liucreate