Message254446
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. |
|
Date |
User |
Action |
Args |
2015-11-10 13:25:25 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, paul.moore, vstinner, tim.golden, python-dev, zach.ware, steve.dower |
2015-11-10 13:25:25 | serhiy.storchaka | set | messageid: <1447161925.46.0.69343090706.issue25263@psf.upfronthosting.co.za> |
2015-11-10 13:25:25 | serhiy.storchaka | link | issue25263 messages |
2015-11-10 13:25:25 | serhiy.storchaka | create | |
|