Nick Coghlan <ncogh...@gmail.com> added the comment:

Oh, wow, that was a *lot* harder than I expected to create a test for - I had 
to import importlib right at the start of regrtest, as well as tweak the import 
order in runpy, and doing so actually caused test_import to *crash* completely 
without the bug fixed.

The trick was realising that *anything* importing imp before importlib would 
mask the bug.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15091>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to