Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60d388d

Browse files
committed
Reverted two commit accidents
1 parent 68e3686 commit 60d388d

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

PCbuild9/build_tkinter.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
here = os.path.abspath(os.path.dirname(__file__))
1313
par = os.path.pardir
1414

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"
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"
2121
ROOT = os.path.abspath(os.path.join(here, par, par))
2222
NMAKE = "nmake /nologo "
2323

Tools/pybench/pybench.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ def calibrate_test(self):
301301
if _debug:
302302
print('Calib. overhead time = %.6fms' % (
303303
min_overhead * MILLI_SECONDS))
304-
return
305304
if min_overhead < 0.0:
306305
raise ValueError('calibration setup did not work')
307306
if max_overhead - min_overhead > 0.1:

0 commit comments

Comments
 (0)