[issue12376] unittest.TextTestResult.__init__ does not pass on its init arguments in super call
Ben Ranker added the comment: Sorry for any confusion caused by my imprecise use of the word "explodes." -- ___ Python tracker <http://bugs.python.o
[issue12376] unittest.TextTestResult.__init__ breaks under complex __mro__
New submission from Ben Ranker : TextTestResult.__init__(...) calls super(TextTestResult, self).__init__() with no args. If a custom TextTestResult descendant has a complex inheritance hierarchy that puts another class between TextTestResult and TestResult in the __mro__, then that class