]> granicus.if.org Git - python/commit
Don't fail on importing things with undefined references. Unfortunately we
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 6 Dec 2001 22:58:56 +0000 (22:58 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 6 Dec 2001 22:58:56 +0000 (22:58 +0000)
commite3d7622fb3e595db29b690751a00406b0e3cf975
treee9040dfab94488b0abcd3f354d684652c5a451b0
parentdd19cf81348efb02b05dcae18a54bd28bfc4944a
Don't fail on importing things with undefined references. Unfortunately we
still fail on importing modules that link with libraries that fail
their initialization code (such as windowing libraries when we don't have
access to the window server) and that is what I really wanted to fix.
Python/dynload_next.c