[issue3221] SystemError: Parent module 'foo' not loaded on import statement

Nick Coghlan report at bugs.python.org
Sat Jul 5 02:40:37 CEST 2008


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Hmm, setting an invalid value for __package__ will definitely break
relative imports (see PEP 361), but it probably shouldn't be breaking
absolute imports.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3221>
_______________________________________


More information about the Python-bugs-list mailing list