diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-03-22 23:58:48 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-03-22 23:58:48 (GMT) |
commit | 21e5fcd245e0a683ae437aedafd6c8608373d060 (patch) | |
tree | 0b8271b678115d658fd3a6e5ec663743aacd17a9 /Modules/Setup.dist | |
parent | 42e0091208254a8af8e7a96c94559c000370a3b7 (diff) | |
download | cpython-21e5fcd245e0a683ae437aedafd6c8608373d060.zip cpython-21e5fcd245e0a683ae437aedafd6c8608373d060.tar.gz cpython-21e5fcd245e0a683ae437aedafd6c8608373d060.tar.bz2 |
- Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index bfd74b5..f8d3a83 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -164,6 +164,7 @@ _symtable symtablemodule.c #_collections _collectionsmodule.c # Container types #itertools itertoolsmodule.c # Functions creating iterators for efficient looping #atexit atexitmodule.c # Register functions to be run at interpreter-shutdown +#_functools _functoolsmodule.c # Tools for working with functions and callable objects #_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # elementtree accelerator #_pickle _pickle.c # pickle accelerator #datetime datetimemodule.c # date/time type |