SIGN IN SIGN UP

bpo-42403: Use @staticmethod in importlib (GH-23395)

Use @staticmethod on methods using @classmethod but don't use their
cls parameter on the following classes:

* BuiltinImporter
* FrozenImporter
* WindowsRegistryFinder
* PathFinder

Leave methods using @_requires_builtin or @_requires_frozen unchanged,
since this decorator requires the wrapped method to have an extra parameter
(cls or self).
V
Victor Stinner committed
3be8e220ede7764a403b74eb2051aa703dde2626
Parent: a6109ef
Committed by GitHub <noreply@github.com> on 11/20/2020, 1:44:02 PM