]> granicus.if.org Git - python/commit
On the macintosh don't take a quick exit in find_module() for frozen submodule import...
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 30 Oct 2001 13:08:39 +0000 (13:08 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 30 Oct 2001 13:08:39 +0000 (13:08 +0000)
commit550fdae2f5bb1cdff849c3f47c1ae7c2b780e83b
tree2aaf39df2896980fd574a417f52f373f757faf49
parent99de218cfc55308d73f3e0be8bcc95f00903fe91
On the macintosh don't take a quick exit in find_module() for frozen submodule imports: the frozen import goes through a different mechanism.
Python/import.c