Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64d010c

Browse files
committed
Removing the comment lines for the modules which were made to build statically.
1 parent bc653d1 commit 64d010c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Modules/Setup.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,9 @@ _symtable symtablemodule.c
164164
#math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
165165
#_struct _struct.c # binary structure packing/unpacking
166166
#time timemodule.c # -lm # time operations and variables
167-
#operator operator.c # operator.add() and similar goodies
168167
#_weakref _weakref.c # basic weak reference support
169168
#_testcapi _testcapimodule.c # Python C API test module
170169
#_random _randommodule.c # Random number generator
171-
#_collections _collectionsmodule.c # Container types
172-
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
173170
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
174171
#_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # elementtree accelerator
175172
#_pickle _pickle.c # pickle accelerator

0 commit comments

Comments
 (0)