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 ncoghlan
Recipients brett.cannon, eric.snow, gvanrossum, ncoghlan, ned.deily
Date 2018-03-30.05:02:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522386158.03.0.467229070634.issue33169@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that we can't change 3.6 at this late stage, but the change is borderline enough on the "new feature"/"bug fix" scale that I think it's worth asking Ned if he's comfortable with us changing it for 3.7.0b4.

Ned: the change we'd like to make is to update PathFinder.invalidate_caches to delete all entries in sys.path_importer_cache that have a value of None.
History
Date User Action Args
2018-03-30 05:02:38ncoghlansetrecipients: + ncoghlan, gvanrossum, brett.cannon, ned.deily, eric.snow
2018-03-30 05:02:38ncoghlansetmessageid: <1522386158.03.0.467229070634.issue33169@psf.upfronthosting.co.za>
2018-03-30 05:02:38ncoghlanlinkissue33169 messages
2018-03-30 05:02:37ncoghlancreate