]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Reverted two commit accidents
authorChristian Heimes <christian@cheimes.de>
Wed, 5 Dec 2007 09:36:42 +0000 (09:36 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 5 Dec 2007 09:36:42 +0000 (09:36 +0000)
PCbuild9/build_tkinter.py
Tools/pybench/pybench.py

index 993c37c82c24fdd3d060202729af9cd59e6941c7..5423a3b1130b9f000942a9b2ba6f3a55093008b6 100644 (file)
@@ -12,12 +12,12 @@ import shutil
 here = os.path.abspath(os.path.dirname(__file__))
 par = os.path.pardir
 
-TCL = "tcl8.4.16"
-TIX = "Tix8.4.2"
-TK = "tk8.4.16"
-#TCL = "tcl8.4.12"
-#TIX = "Tix8.4.0"
-#TK = "tk8.4.12"
+#TCL = "tcl8.4.16"
+#TIX = "Tix8.4.2"
+#TK = "tk8.4.16"
+TCL = "tcl8.4.12"
+TIX = "Tix8.4.0"
+TK = "tk8.4.12"
 ROOT = os.path.abspath(os.path.join(here, par, par))
 NMAKE = "nmake /nologo "
 
index 1a6c85b61586ea7b8085e69d888678a93fe9acab..dd398f5cbadfa63867fb6c20729c1c37bfa85c18 100755 (executable)
@@ -301,7 +301,6 @@ class Test:
         if _debug:
             print('Calib. overhead time = %.6fms' % (
                 min_overhead * MILLI_SECONDS))
-        return
         if min_overhead < 0.0:
             raise ValueError('calibration setup did not work')
         if max_overhead - min_overhead > 0.1: