File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ _collections _collectionsmodule.c # Container types
118118itertools itertoolsmodule.c # Functions creating iterators for efficient looping
119119atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
120120_stat _stat.c # stat.h interface
121- time timemodule.c # time module
121+ time timemodule.c # -lm # time operations and variables
122122
123123# access to ISO C locale support
124124_locale _localemodule.c # -lintl
@@ -172,7 +172,6 @@ _symtable symtablemodule.c
172172# cmath cmathmodule.c _math.c # -lm # complex math library functions
173173# math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
174174# _struct _struct.c # binary structure packing/unpacking
175- # time timemodule.c # -lm # time operations and variables
176175# _weakref _weakref.c # basic weak reference support
177176# _testcapi _testcapimodule.c # Python C API test module
178177# _random _randommodule.c # Random number generator
You can’t perform that action at this time.
0 commit comments