[issue15210] importlib.__init__ checks for the wrong exception when looking for _frozen_importlib

Chris Jerdonek report at bugs.python.org
Wed Jul 4 16:56:12 CEST 2012


Chris Jerdonek <chris.jerdonek at gmail.com> added the comment:

I could be way off (just passing through), but the test flakiness described here seems reminiscent of a discussion we had for issue 7559.  There the solution to order-dependent tests with importlib involved calling importlib.invalidate_caches() at the appropriate time.

----------
nosy: +cjerdonek

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15210>
_______________________________________


More information about the Python-bugs-list mailing list