Paul Moore <p.f.mo...@gmail.com> added the comment:

If you're OK with that, I don't see the problem. My objection was with the 
claims that ExtensionLoader.get_source shouldn't return None or shouldn't 
exist. PEP 302 mandates that loaders have a get_source, and that get_source 
should return None if the loader can't supply source. And that's precisely what 
ExtensionLoader is doing.

So if we're agreed that there's no changes needed to PEP 302 (more accurately, 
the loader protocol as it exists now) or to ExtensionLoader, then I'm happy to 
let others work out a solution on that basis.

----------

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

Reply via email to