This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients anacrolix, belopolsky, brian.curtin, doko, eric.araujo, glenn, kristjan.jonsson, martin.panter, pitrou, python-dev, vstinner
Date 2012-01-09.14:25:46
SpamBayes Score 2.5605721e-05
Marked as misclassified No
Message-id <1326119147.48.0.265997401773.issue10278@psf.upfronthosting.co.za>
In-reply-to
Content
then something like this is missing?

diff -r ca2a35140e6a Modules/Setup.dist
--- a/Modules/Setup.dist	Mon Jan 09 06:17:39 2012 +0000
+++ b/Modules/Setup.dist	Mon Jan 09 15:25:05 2012 +0100
@@ -166,7 +166,7 @@
 #cmath cmathmodule.c _math.c # -lm # complex math library functions
 #math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
 #_struct _struct.c	# binary structure packing/unpacking
-#time timemodule.c # -lm # time operations and variables
+#time timemodule.c $(TIMEMODULE_LIB) # -lm # time operations and variables
 #_weakref _weakref.c	# basic weak reference support
 #_testcapi _testcapimodule.c    # Python C API test module
 #_random _randommodule.c	# Random number generator
History
Date User Action Args
2012-01-09 14:25:47dokosetrecipients: + doko, belopolsky, pitrou, kristjan.jonsson, vstinner, eric.araujo, brian.curtin, glenn, anacrolix, python-dev, martin.panter
2012-01-09 14:25:47dokosetmessageid: <1326119147.48.0.265997401773.issue10278@psf.upfronthosting.co.za>
2012-01-09 14:25:46dokolinkissue10278 messages
2012-01-09 14:25:46dokocreate