From: Serhiy Storchaka Date: Tue, 10 Nov 2015 13:31:38 +0000 (+0200) Subject: Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test X-Git-Tag: v3.5.1rc1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e46e09d0f5fc5b47d508abc510d92be0aba95599;p=thirdparty%2FPython%2Fcpython.git Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass. --- e46e09d0f5fc5b47d508abc510d92be0aba95599