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 ned.deily
Recipients MajeedArni, eryksun, ned.deily, python-dev, r.david.murray, steve.dower, tim.golden, yselivanov, zach.ware
Date 2015-05-27.16:51:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432745489.55.0.477394722178.issue24244@psf.upfronthosting.co.za>
In-reply-to
Content
Yury, another (less) wild guess: do you have an out-of-date Modules/Setup or Setup.local?  timemodule is defined in Setup.dist but that will be overridden by a locally modified copy in the Modules directory.  Towards the end of the configured top-level Makefile, you should see:

# Rules appended by makedepend

[...]

Modules/timemodule.o: $(srcdir)/Modules/timemodule.c; $(CC) $(PY_CORE_CFLAGS)  -c $(srcdir)/Modules/timemodule.c -o Modules/timemodule.o
History
Date User Action Args
2015-05-27 16:51:29ned.deilysetrecipients: + ned.deily, tim.golden, r.david.murray, python-dev, zach.ware, yselivanov, eryksun, steve.dower, MajeedArni
2015-05-27 16:51:29ned.deilysetmessageid: <1432745489.55.0.477394722178.issue24244@psf.upfronthosting.co.za>
2015-05-27 16:51:29ned.deilylinkissue24244 messages
2015-05-27 16:51:29ned.deilycreate