patch #1493701: performance enhancements for struct module

This commit is contained in:
Bob Ippolito 2006-05-23 19:11:34 +00:00
parent 27abce5ba8
commit 7ccc95a315
4 changed files with 4 additions and 1295 deletions

View file

@ -1444,7 +1444,7 @@ def main():
'install_lib':PyBuildInstallLib},
# The struct module is defined here, because build_ext won't be
# called unless there's at least one extension module defined.
ext_modules=[Extension('struct', ['structmodule.c'])],
ext_modules=[Extension('_struct', ['_struct.c'])],
# Scripts to install
scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle',