Skip to content

Commit 280fd6b

Browse files
committed
- Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309.
1 parent ca8cff4 commit 280fd6b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/Setup.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ _collections _collectionsmodule.c # Container types
118118
itertools itertoolsmodule.c # Functions creating iterators for efficient looping
119119
atexit 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

0 commit comments

Comments
 (0)