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, eric.snow, erik.bray, pitrou
Date 2013-03-02.02:42:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362192128.21.0.646603702865.issue17330@psf.upfronthosting.co.za>
In-reply-to
Content
Dropping the implicit invalidation altogether works for me.  I was hoping to find a better solution because for the majority of use cases I personally care about the existing behavior is preferable.

That said I have to support OSX users as possibly the majority of my userbase, and I think that for anyone it's a big enough exception that it can't be ignored.

That being the case, explicit is better than implicit here.  I didn't have too much trouble finding importlib.invalidate_caches() once I realized what the problem was, but the fact that this change needs to be made could be better advertised I suppose.

Thanks.
History
Date User Action Args
2013-03-02 02:42:08erik.braysetrecipients: + erik.bray, brett.cannon, pitrou, eric.snow
2013-03-02 02:42:08erik.braysetmessageid: <1362192128.21.0.646603702865.issue17330@psf.upfronthosting.co.za>
2013-03-02 02:42:08erik.braylinkissue17330 messages
2013-03-02 02:42:07erik.braycreate