mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
61e851baca
Early in the PEP 451 implementation some of the importlib loaders had their own _get_spec() methods to simplify accommodating them. However, later implementations removed the need. They simply failed to remove this code at the same time. :)