mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Remove some dead code in importlib, introduced with the PEP 451 patch.
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. :)
This commit is contained in:
parent
fc45f173a3
commit
61e851baca
2 changed files with 983 additions and 994 deletions
1966
Python/importlib.h
1966
Python/importlib.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue