https://github.com/python/cpython/compare/main...faster-cpython:cpython:specialize-calls-to-python-classes This is "easy" for normal `def __init__` but harder for `__init__ = x` and `ty.__init__ = x` because you have to hook and re-instrument or something.
python/cpython@main...faster-cpython:cpython:specialize-calls-to-python-classes
This is "easy" for normal
def __init__but harder for__init__ = xandty.__init__ = xbecause you have to hook and re-instrument or something.