Nick Coghlan added the comment:

Latest version simply doesn't check the loader type for the zipimport tests. 
(Note that just using find_spec doesn't work, since the directory and zipfile 
execution tests include implicit sys.path manipulation)

I also removed the separated "precompiled" flag that was in earlier patches, 
since importlib.util.spec_from_file_location deals with that for us.

If the full regression test suite passes, I'll be checking this version in.

----------
Added file: http://bugs.python.org/file33134/issue19700_runpy_spec_v4.diff

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

Reply via email to