(🐞) incompatible Callable
s are incorrectly joined into builtins.function
#17478
Labels
bug
mypy got something wrong
this is not an instance of
builtins.function
, it is atype[C]
. it should be joined into a union, or something else, eitherobject
orCallable[..., object]
or somethingthe same defect is observed with a non-function callable instance:
Callable
s are joined intobuiltins.function
#17017 as it wasn't resolvedThe text was updated successfully, but these errors were encountered: