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 brett.cannon, eric.snow, ncoghlan
Date 2016-02-03.21:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454533860.47.0.453601441471.issue26281@psf.upfronthosting.co.za>
In-reply-to
Content
Would it make sense to clear sys.path_importer_cache when someone calls importlib.invalidate_caches()? It is a cache after all.
History
Date User Action Args
2016-02-03 21:11:00brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2016-02-03 21:11:00brett.cannonsetmessageid: <1454533860.47.0.453601441471.issue26281@psf.upfronthosting.co.za>
2016-02-03 21:11:00brett.cannonlinkissue26281 messages
2016-02-03 21:11:00brett.cannoncreate