Skip to content

Fix overloading on Type[...]#4037

Merged
gvanrossum merged 1 commit intopython:masterfrom
ilevkivskyi:overload-on-overload
Oct 2, 2017
Merged

Fix overloading on Type[...]#4037
gvanrossum merged 1 commit intopython:masterfrom
ilevkivskyi:overload-on-overload

Conversation

@ilevkivskyi
Copy link
Member

Fixes #4027

Currently overloads on Type[...] don't accept class objects whose __init__ is itself overloaded. I fix this by simply allowing FunctionLike with .is_type_obj() returning True instead of only Callable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spurious "No overload variant matches argument types"

2 participants