mirror of https://github.com/python/cpython
Stop building timing module, it's old and deprecated
This commit is contained in:
parent
26f55a1473
commit
6143c547dd
4
setup.py
4
setup.py
|
@ -423,7 +423,9 @@ class PyBuildExt(build_ext):
|
|||
exts.append( Extension('syslog', ['syslogmodule.c']) )
|
||||
|
||||
# George Neville-Neil's timing module:
|
||||
exts.append( Extension('timing', ['timingmodule.c']) )
|
||||
# Deprecated in PEP 4 http://www.python.org/peps/pep-0004.html
|
||||
# http://mail.python.org/pipermail/python-dev/2006-January/060023.html
|
||||
#exts.append( Extension('timing', ['timingmodule.c']) )
|
||||
|
||||
#
|
||||
# Here ends the simple stuff. From here on, modules need certain
|
||||
|
|
Loading…
Reference in New Issue