Commit 05d82c1d authored by Michael Droettboom's avatar Michael Droettboom

Remove modules that are always statically linked anyway

parent 2e5a0432
...@@ -5,15 +5,15 @@ ...@@ -5,15 +5,15 @@
*static* *static*
array arraymodule.c # array objects array arraymodule.c # array objects
cmath cmathmodule.c _math.c # -lm # complex math library functions # cmath cmathmodule.c _math.c # -lm # complex math library functions
math mathmodule.c _math.c # -lm # math library functions, e.g. sin() math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
_struct _struct.c # binary structure packing/unpacking _struct _struct.c # binary structure packing/unpacking
time timemodule.c # -lm # time operations and variables # time timemodule.c # -lm # time operations and variables
_operator _operator.c # operator.add() and similar goodies # _operator _operator.c # operator.add() and similar goodies
_random _randommodule.c # Random number generator _random _randommodule.c # Random number generator
_collections _collectionsmodule.c # Container types # _collections _collectionsmodule.c # Container types
_functools _functoolsmodule.c # Tools for working with functions and callable objects # _functools _functoolsmodule.c # Tools for working with functions and callable objects
itertools itertoolsmodule.c # Functions creating iterators for efficient looping # itertools itertoolsmodule.c # Functions creating iterators for efficient looping
_bisect _bisectmodule.c # Bisection algorithms _bisect _bisectmodule.c # Bisection algorithms
_json _json.c _json _json.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment