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 pitrou
Recipients brett.cannon, eric.snow, pitrou
Date 2012-02-18.20:52:51
SpamBayes Score 0.0020516298
Marked as misclassified No
Message-id <1329598373.33.0.755212957091.issue14043@psf.upfronthosting.co.za>
In-reply-to
Content
This is a patch demonstrating invalidate_caches().
As for test_runpy, it seems runpy uses imp.get_loader(), so I don't see how it can remain synchronized with importlib's state.
History
Date User Action Args
2012-02-18 20:52:54pitrousetrecipients: + pitrou, brett.cannon, eric.snow
2012-02-18 20:52:53pitrousetmessageid: <1329598373.33.0.755212957091.issue14043@psf.upfronthosting.co.za>
2012-02-18 20:52:52pitroulinkissue14043 messages
2012-02-18 20:52:52pitroucreate