mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
patch #1493701: performance enhancements for struct module
This commit is contained in:
parent
27abce5ba8
commit
7ccc95a315
4 changed files with 4 additions and 1295 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue