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 zach.ware
Recipients Saimadhav.Heblikar, terry.reedy, zach.ware
Date 2014-06-07.04:55:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402116918.55.0.530406821605.issue21682@psf.upfronthosting.co.za>
In-reply-to
Content
The recently added test_autocomplete seems to be hanging onto a reference somewhere that it shouldn't be, see below.  This output was obtained by running `python -m test -R :: -uall test_idle`.  I tracked it down to test_autocomplete with hg bisect, and proved it by running the same test with test_autocomplete deleted. This refleak also causes extra scary-looking output when running other GUI tests, see http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/8412/steps/test/logs/stdio (look for test_tk).

[1/1] test_idle
beginning 9 repetitions
123456789
warning: callback failed in WindowList <class '_tkinter.TclError'> : invalid command name ".140195409867984.windows"
...
<repeat ad nauseum>
...
warning: callback failed in WindowList <class '_tkinter.TclError'> : invalid command name ".140195377829800.windows"
.
test_idle leaked [6411, 6411, 6411, 6411] references, sum=25644
test_idle leaked [5150, 5153, 5152, 5152] memory blocks, sum=20607
1 test failed:
    test_idle
History
Date User Action Args
2014-06-07 04:55:18zach.waresetrecipients: + zach.ware, terry.reedy, Saimadhav.Heblikar
2014-06-07 04:55:18zach.waresetmessageid: <1402116918.55.0.530406821605.issue21682@psf.upfronthosting.co.za>
2014-06-07 04:55:18zach.warelinkissue21682 messages
2014-06-07 04:55:17zach.warecreate