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 BreamoreBoy, amaury.forgeotdarc, gpolo, loewis, lpd, pitrou, serhiy.storchaka, terry.reedy
Date 2014-07-24.14:41:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406212884.6.0.5500908379.issue1730136@psf.upfronthosting.co.za>
In-reply-to
Content
The patch was not committed to 2.7 and now this bug causes an error on buildbot.

http://buildbot.python.org/all/builders/AMD64%20Debian%20root%202.7/builds/303/steps/test/logs/stdio

======================================================================
ERROR: test_finalizer (test.test_gc.GCTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/2.7.angelico-debian-amd64/build/Lib/test/test_gc.py", line 149, in test_finalizer
    gc.garbage.remove(obj)
  File "/root/buildarea/2.7.angelico-debian-amd64/build/Lib/lib-tk/tkFont.py", line 100, in __eq__
    return self.name == other.name and isinstance(other, Font)
AttributeError: A instance has no attribute 'name'
History
Date User Action Args
2014-07-24 14:41:24serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, lpd, amaury.forgeotdarc, pitrou, gpolo, BreamoreBoy
2014-07-24 14:41:24serhiy.storchakasetmessageid: <1406212884.6.0.5500908379.issue1730136@psf.upfronthosting.co.za>
2014-07-24 14:41:24serhiy.storchakalinkissue1730136 messages
2014-07-24 14:41:23serhiy.storchakacreate