]> granicus.if.org Git - python/commit
Have importlib.test.regrtest clear sys.path_importer_cache to make
authorBrett Cannon <brett@python.org>
Fri, 20 Apr 2012 16:51:44 +0000 (12:51 -0400)
committerBrett Cannon <brett@python.org>
Fri, 20 Apr 2012 16:51:44 +0000 (12:51 -0400)
commit91900eaf96a55e7be0f6c445269c1a3a2a1e1b39
treee674d853c0f058c73a3a55a183661a52ef7a77d4
parent63c39fe38e54c986a70dd9f97acf444837d1d244
Have importlib.test.regrtest clear sys.path_importer_cache to make
sure finders from importlib are used instead of _frozen_importlib.
Lib/importlib/test/regrtest.py