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 paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-11-10.13:25:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447161925.46.0.69343090706.issue25263@psf.upfronthosting.co.za>
In-reply-to
Content
The other failure is not Windows specific. It can be reproduced if run test_tk twice. FontTest.setUpClass() incorrectly call parent's method and the root attribute is set in parent class. tearDownClass() sets the root attribute to None in child class, and this overrides parent's attribute. The test in the second run passes self.root (is None) to font.Font constructor, and this is interpreted as no the root argument passed.
History
Date User Action Args
2015-11-10 13:25:25serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, vstinner, tim.golden, python-dev, zach.ware, steve.dower
2015-11-10 13:25:25serhiy.storchakasetmessageid: <1447161925.46.0.69343090706.issue25263@psf.upfronthosting.co.za>
2015-11-10 13:25:25serhiy.storchakalinkissue25263 messages
2015-11-10 13:25:25serhiy.storchakacreate