[issue24244] Python exception on strftime with %f on Python 3 and Python 2 on windows

Ned Deily report at bugs.python.org
Wed May 27 18:51:29 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24244>
_______________________________________


More information about the Python-bugs-list mailing list