Tester.run___test__():  This couldn't possibly work at all.  I'm afraid
the "backward compatibility" here was a joke.
diff --git a/Lib/doctest.py b/Lib/doctest.py
index 587753e..5d371d2 100644
--- a/Lib/doctest.py
+++ b/Lib/doctest.py
@@ -2001,7 +2001,7 @@
         import new
         m = new.module(name)
         m.__test__ = d
-        return self.rundoc(m, name, module)
+        return self.rundoc(m, name)
 
     def summarize(self, verbose=None):
         return self.testrunner.summarize(verbose)