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 terry.reedy
Date 2016-05-17.01:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463447928.95.0.827348262469.issue27044@psf.upfronthosting.co.za>
In-reply-to
Content
test_idle leaked [2648, 2648, 2648] references, sum=7944
test_idle leaked [938, 940, 940] memory blocks, sum=2818

I traced this to test_configdialog and then to ConfigDialog.AttachVarCallbacks, which has 18 call like
        self.fontSize.trace_variable('w', self.VarChanged_font)
Currently, root.destroy does not destroy associated callbacks.  Serhiy has a patch to change this, but will do explicit cleanup for the test anyway.
History
Date User Action Args
2016-05-17 01:18:48terry.reedysetrecipients: + terry.reedy
2016-05-17 01:18:48terry.reedysetmessageid: <1463447928.95.0.827348262469.issue27044@psf.upfronthosting.co.za>
2016-05-17 01:18:48terry.reedylinkissue27044 messages
2016-05-17 01:18:48terry.reedycreate