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 brett.cannon
Recipients anish.shah, brett.cannon, eric.snow, ncoghlan
Date 2016-02-24.00:00:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456272023.85.0.229072681387.issue26281@psf.upfronthosting.co.za>
In-reply-to
Content
Or another option is to add a keyword-only argument to importlib.invalidate_caches() to also clear the the cache of importers itself on top of the caches of the importers themselves.
History
Date User Action Args
2016-02-24 00:00:23brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow, anish.shah
2016-02-24 00:00:23brett.cannonsetmessageid: <1456272023.85.0.229072681387.issue26281@psf.upfronthosting.co.za>
2016-02-24 00:00:23brett.cannonlinkissue26281 messages
2016-02-24 00:00:23brett.cannoncreate