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 terry.reedy
Recipients kbk, roger.serwy, serhiy.storchaka, terry.reedy, vstinner
Date 2014-07-27.00:11:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406419909.72.0.702971365664.issue22068@psf.upfronthosting.co.za>
In-reply-to
Content
F:\Python\dev>2\py27\pcbuild\python_d.exe -m test.regrtest -R :: -uall test_idle
test_idle leaked [1945, 1945, 1945, 1945] references, sum=7780

There are none with 3.4, so the new gc is doing its job.
There are also none with test_configdialog renamed xtest... ,

GetCfgSectionNameDialog.__init__ in configSectionNameDialog.py saves self.parent for later use as the parent for XyxVars.  I am looking at doing the same for config dialog.
History
Date User Action Args
2014-07-27 00:11:49terry.reedysetrecipients: + terry.reedy, kbk, vstinner, roger.serwy, serhiy.storchaka
2014-07-27 00:11:49terry.reedysetmessageid: <1406419909.72.0.702971365664.issue22068@psf.upfronthosting.co.za>
2014-07-27 00:11:49terry.reedylinkissue22068 messages
2014-07-27 00:11:49terry.reedycreate