Stefan Krah <stefan-use...@bytereef.org> added the comment: Antoine Pitrou <rep...@bugs.python.org> wrote: > This might be what triggers the issue, but it's not the cause. Even with > a bad mtime, the __file__ should still be the right one, so there must > be something else.
It definitely triggers the issue because the problem also occurs on Fedora if I use: if fullname != 'pep3147' and (mtime != self._path_mtime or _cache_refresh != self._cache_refresh): ... But you're right, the real problem should be elsewhere. At least with the line above everyone should be able to reproduce the issue. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14080> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com