[issue13863] Using py_compile does not prevent recompilation due to 'bad mtime'.

2012-01-25 Thread Mark Dickinson
New submission from Mark Dickinson dicki...@gmail.com: (Marking this as 'Interpreter Core' because the issue really seems to come from Python/import.c rather than from the py_compile module.) On a Windows 7 VM (64-bit, NTFS) running Python 2.7 (also reproduced on a non-VM Windows 7

[issue13863] Using py_compile does not prevent recompilation due to 'bad mtime'.

2012-01-25 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Issue reproduced on stock Python 2.7 and Python 3.2 from www.python.org. I don't have a working 3.3 install on Windows, but looking at the source, it seems likely that it's an issue there, too. -- versions: +Python 3.2, Python 3.3