File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments