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

Nick Coghlan report at bugs.python.org
Mon Jul 7 14:49:23 CEST 2008


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

Bumped priority - an existing module shouldn't crash in 2.6 just because
we started using __package__ as part of the import mechanism and that
module happens to already set an attribute by that name.

----------
priority:  -> release blocker

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


More information about the Python-bugs-list mailing list