Skip to content

Commit 166b739

Browse files
committed
- Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge.
1 parent 53e1009 commit 166b739

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/Setup.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ _symtable symtablemodule.c
164164
#_collections _collectionsmodule.c # Container types
165165
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
166166
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
167+
#_functools _functoolsmodule.c # Tools for working with functions and callable objects
167168
#_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # elementtree accelerator
168169
#_pickle _pickle.c # pickle accelerator
169170
#datetime datetimemodule.c # date/time type

0 commit comments

Comments
 (0)