mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
3be8e220ed
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).
Miscellaneous source files for the main Python shared library