Message244197
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 |
|
Date |
User |
Action |
Args |
2015-05-27 16:51:29 | ned.deily | set | recipients:
+ ned.deily, tim.golden, r.david.murray, python-dev, zach.ware, yselivanov, eryksun, steve.dower, MajeedArni |
2015-05-27 16:51:29 | ned.deily | set | messageid: <1432745489.55.0.477394722178.issue24244@psf.upfronthosting.co.za> |
2015-05-27 16:51:29 | ned.deily | link | issue24244 messages |
2015-05-27 16:51:29 | ned.deily | create | |
|