mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
6919427e94
importlib.abc.ExecutionLoader. PyLoader now inherits from this ABC instead of InspectLoader directly. Both PyLoader and PyPycLoader provide concrete implementations of get_filename in terms of source_path and bytecode_path.