Message277678
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(). |
|
| Date |
User |
Action |
Args |
| 2016-09-29 02:16:50 | Jack Liu | set | recipients:
+ Jack Liu, georg.brandl, gregory.p.smith, isandler, pitrou, vstinner, draghuram, r.david.murray, xdegaye |
| 2016-09-29 02:16:50 | Jack Liu | set | messageid: <[email protected]> |
| 2016-09-29 02:16:50 | Jack Liu | link | issue20766 messages |
| 2016-09-29 02:16:49 | Jack Liu | create | |
|