]> granicus.if.org Git - python/commit
Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 13 Jul 2008 14:52:36 +0000 (14:52 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 13 Jul 2008 14:52:36 +0000 (14:52 +0000)
commitb028f509119d5ea7dd85d7f38df366ccc9d7bdb4
tree0cef7d8095d49b149d12c1ce2d2044e4561c94e7
parent12c8660cc6f299464d61b3edd57a73dc6bcbffd7
Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute)
Lib/test/test_import.py
Misc/NEWS
Python/import.c