mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Reverted two commit accidents
This commit is contained in:
parent
68e3686253
commit
60d388d98d
2 changed files with 6 additions and 7 deletions
|
@ -12,12 +12,12 @@ import shutil
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
par = os.path.pardir
|
par = os.path.pardir
|
||||||
|
|
||||||
TCL = "tcl8.4.16"
|
#TCL = "tcl8.4.16"
|
||||||
TIX = "Tix8.4.2"
|
#TIX = "Tix8.4.2"
|
||||||
TK = "tk8.4.16"
|
#TK = "tk8.4.16"
|
||||||
#TCL = "tcl8.4.12"
|
TCL = "tcl8.4.12"
|
||||||
#TIX = "Tix8.4.0"
|
TIX = "Tix8.4.0"
|
||||||
#TK = "tk8.4.12"
|
TK = "tk8.4.12"
|
||||||
ROOT = os.path.abspath(os.path.join(here, par, par))
|
ROOT = os.path.abspath(os.path.join(here, par, par))
|
||||||
NMAKE = "nmake /nologo "
|
NMAKE = "nmake /nologo "
|
||||||
|
|
||||||
|
|
|
@ -301,7 +301,6 @@ class Test:
|
||||||
if _debug:
|
if _debug:
|
||||||
print('Calib. overhead time = %.6fms' % (
|
print('Calib. overhead time = %.6fms' % (
|
||||||
min_overhead * MILLI_SECONDS))
|
min_overhead * MILLI_SECONDS))
|
||||||
return
|
|
||||||
if min_overhead < 0.0:
|
if min_overhead < 0.0:
|
||||||
raise ValueError('calibration setup did not work')
|
raise ValueError('calibration setup did not work')
|
||||||
if max_overhead - min_overhead > 0.1:
|
if max_overhead - min_overhead > 0.1:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue