gh-90562: Fix `super()` without args calls for `dataclasses` with slots by sobolevn · Pull Request #111538 · python/cpython
and method with some common decorator.
For example partialmethod, singledispatchmethod and recursive_repr.
Oh, singledispatchmethod should be handled explicitly because, like property, it refers to multiple methods and closures should be fixed in all of them.
Then partial and singledispatch should probably also be supported, for static methods.