diff options
author | Bob Ippolito <bob@redivi.com> | 2006-05-23 19:11:34 (GMT) |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2006-05-23 19:11:34 (GMT) |
commit | 7ccc95a315315568dd0660b5fb915f9e2e38f9da (patch) | |
tree | 9e1026e0f25dc4c4e15bbf00ce0549d85c7e75e6 /Modules/Setup.dist | |
parent | 27abce5ba8b61e8eef95dd134c7ebcaa9917ef57 (diff) | |
download | cpython-7ccc95a315315568dd0660b5fb915f9e2e38f9da.zip cpython-7ccc95a315315568dd0660b5fb915f9e2e38f9da.tar.gz cpython-7ccc95a315315568dd0660b5fb915f9e2e38f9da.tar.bz2 |
patch #1493701: performance enhancements for struct module
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 49c8425..1b2502d 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -167,7 +167,7 @@ GLHACK=-Dclear=__GLclear #array arraymodule.c # array objects #cmath cmathmodule.c # -lm # complex math library functions #math mathmodule.c # -lm # math library functions, e.g. sin() -#struct structmodule.c # binary structure packing/unpacking +#_struct _struct.c # binary structure packing/unpacking #time timemodule.c # -lm # time operations and variables #operator operator.c # operator.add() and similar goodies #_weakref _weakref.c # basic weak reference support |