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

OK, I just pushed a tweak to the test that will hopefully resolve the problem. 
If the tweak works, though, it does suggest we have a bit of weirdness in 
importlib: it means pkgutil.get_importer("") is returning an importer on POSIX 
systems, but None on Windows.

The test tweak to get OS X passing for #15230 on 3.2 (where it was already 
passing on trunk) suggests we may also have a case where 3.2 called 
os.path.realpath() before setting __file__, while 3.3 does not.

----------

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

Reply via email to