bpo-43682: Make staticmethod objects callable by vstinner · Pull Request #25117 · python/cpython

Static methods created by the @staticmethod decorator are now callable as regular functions. https://bugs.python.org/issue43682