Ned Deily added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24244>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to