You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stubtest: fix signature construction for overload + implicit classmethod (#9921)
__class_getitem__ and __init_subclass__ are always classmethods, even if
they aren't decorated. We previously only handled this correctly if
these methods weren't overloaded.
This came up in python/typeshed#4937
Co-authored-by: hauntsaninja <>
0 commit comments