This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erik.bray
Recipients brett.cannon, erik.bray, pitrou
Date 2013-03-01.20:17:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362169046.68.0.995112688274.issue17330@psf.upfronthosting.co.za>
In-reply-to
Content
Fair enough, but then I would propose removing the automatic cache invalidation based on mtime altogether.  It's just not reliable enough--this caused previously working code to break unexpectedly, and only on a single platform at that.

I'm fine with "importlib.invalidate_caches()" being the correct solution--but then that should be consistent and enforced, and not just something you may have to do sometimes in some cases but that you don't really need in other cases.
History
Date User Action Args
2013-03-01 20:17:26erik.braysetrecipients: + erik.bray, brett.cannon, pitrou
2013-03-01 20:17:26erik.braysetmessageid: <1362169046.68.0.995112688274.issue17330@psf.upfronthosting.co.za>
2013-03-01 20:17:26erik.braylinkissue17330 messages
2013-03-01 20:17:26erik.braycreate