1 parent 53e1009 commit 166b739Copy full SHA for 166b739
1 file changed
Modules/Setup.dist
@@ -164,6 +164,7 @@ _symtable symtablemodule.c
164
#_collections _collectionsmodule.c # Container types
165
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
166
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
167
+#_functools _functoolsmodule.c # Tools for working with functions and callable objects
168
#_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # elementtree accelerator
169
#_pickle _pickle.c # pickle accelerator
170
#datetime datetimemodule.c # date/time type
0 commit comments