Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e3686 commit 60d388dCopy full SHA for 60d388d
2 files changed
PCbuild9/build_tkinter.py
@@ -12,12 +12,12 @@
12
here = os.path.abspath(os.path.dirname(__file__))
13
par = os.path.pardir
14
15
-TCL = "tcl8.4.16"
16
-TIX = "Tix8.4.2"
17
-TK = "tk8.4.16"
18
-#TCL = "tcl8.4.12"
19
-#TIX = "Tix8.4.0"
20
-#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"
21
ROOT = os.path.abspath(os.path.join(here, par, par))
22
NMAKE = "nmake /nologo "
23
Tools/pybench/pybench.py
@@ -301,7 +301,6 @@ def calibrate_test(self):
301
if _debug:
302
print('Calib. overhead time = %.6fms' % (
303
min_overhead * MILLI_SECONDS))
304
- return
305
if min_overhead < 0.0:
306
raise ValueError('calibration setup did not work')
307
if max_overhead - min_overhead > 0.1:
0 commit comments