commit | 26fabe13698addebe83e1a57daa8f180c9ad8e1d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Oct 18 12:03:25 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Oct 18 12:03:25 2010 +0000 |
tree | f8b328686b188a48fdc6f9d20c5eb37b9e623f98 | |
parent | 72f767e601651f3cedb169491ab3b141eb559d53 [diff] |
zipimporter_load_module() doesn't destroy mod on error PyImport_AddModule() returns a borrowed reference. Don't display "import ... # loaded from Zip ..." on error.