[issue13863] import.c sometimes generates incorrect timestamps on Windows + NTFS

Mark Dickinson report at bugs.python.org
Thu Jan 26 11:01:00 CET 2012


Mark Dickinson <dickinsm at gmail.com> added the comment:

Also seen on Windows Vista;  seems to be a general Windows + NTFS problem.

Changing title to make it clearer that this is a core language issue.

It seems as though the correct fix would be to use something like GetFileInformationByHandle in place of the fstat calls in import.c.

----------
title: Using py_compile does not prevent recompilation due to 'bad mtime'. -> import.c sometimes generates incorrect timestamps on Windows + NTFS

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13863>
_______________________________________


More information about the Python-bugs-list mailing list