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 serhiy.storchaka
Recipients kbk, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-07-25.15:34:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406302499.67.0.809982435329.issue22068@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test.regrtest -ugui -v test_idle test_gc
...
======================================================================
FAIL: test_saveall (test.test_gc.GCTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython-2.7/Lib/test/test_gc.py", line 200, in test_saveall
    self.assertEqual(gc.garbage, [])
AssertionError: Lists differ: [<Tkinter.StringVar instance a... != []

First list contains 24 additional elements.
First extra element 0:
PY_VAR0

Diff is 1123 characters long. Set self.maxDiff to None to see it.

----------------------------------------------------------------------
History
Date User Action Args
2014-07-25 15:34:59serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, roger.serwy
2014-07-25 15:34:59serhiy.storchakasetmessageid: <1406302499.67.0.809982435329.issue22068@psf.upfronthosting.co.za>
2014-07-25 15:34:59serhiy.storchakalinkissue22068 messages
2014-07-25 15:34:59serhiy.storchakacreate