]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to...
authorMark Dickinson <dickinsm@gmail.com>
Mon, 24 Dec 2012 16:33:18 +0000 (16:33 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 24 Dec 2012 16:33:18 +0000 (16:33 +0000)
commit9fade768c89e3fbb497ac2851fbf540c3f054757
tree8546c09b93d4f8688f88d7027b442fc248bd6667
parentd8590ff209369f45a5ed417c79ce255a33f70a1d
Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat)
Lib/test/test_import.py
Misc/NEWS
Python/import.c