Antoine Pitrou <pit...@free.fr> added the comment: > Well, it's the reason you added file size to .pyc files. =)
pyc files only store the integer timestamp. Here I store the original floating-point timestamp, and I assumed it would be sufficient :) > I assume if you store the system clock as well to see if no time has > changed it would kill the performance gain. I don't know. I might give it a try but it might still be fragile. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14043> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com