From: Matthias Klose Date: Sun, 22 Mar 2009 23:58:48 +0000 (+0000) Subject: - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. X-Git-Tag: v3.1a2~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21e5fcd245e0a683ae437aedafd6c8608373d060;p=thirdparty%2FPython%2Fcpython.git - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index bfd74b512e2f..f8d3a838b3d1 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