commit | fb34096140bbb74c81500dd8bbc3c69c1d24d9ab | [log] [tgz] |
---|---|---|
author | Irit Katriel <iritkatriel@yahoo.com> | Sat Dec 19 00:09:54 2020 +0000 |
committer | GitHub <noreply@github.com> | Fri Dec 18 16:09:54 2020 -0800 |
tree | 0b3dd85011b4d6f36068f0e69f38666178a10b48 | |
parent | e8d22642105d57007ab1242848a8cbadc7f179df [diff] |
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) zipimport's _unmarshal_code swallows import errors and then _get_module_code doesn't know the cause of the error, and returns the generic, and sometimes incorrect, 'could not find...'. Automerge-Triggered-By: GH:brettcannon