mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Stop building timing module, it's old and deprecated
This commit is contained in:
parent
26f55a1473
commit
6143c547dd
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -423,7 +423,9 @@ class PyBuildExt(build_ext):
|
||||||
exts.append( Extension('syslog', ['syslogmodule.c']) )
|
exts.append( Extension('syslog', ['syslogmodule.c']) )
|
||||||
|
|
||||||
# George Neville-Neil's timing module:
|
# 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
|
# Here ends the simple stuff. From here on, modules need certain
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue