mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
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
Miscellaneous source files for the main Python shared library