Message277678
| 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(). |
|