[issue14660] Implement PEP 420: Implicit Namespace Packages
Eric V. Smith
report at bugs.python.org
Wed Apr 25 16:56:40 CEST 2012
Eric V. Smith <eric at trueblade.com> added the comment:
Ah. I didn't realize that reload called load_module. I'll back out the change I just made, then.
My point was that the original call to load_module isn't made through the normal "a finder returned me a loader, so I'll call it" code path. It's always made through the "I know I have a NamespaceLoader" path.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14660>
_______________________________________
More information about the Python-bugs-list
mailing list