Open
Description
While fixing #12319 I noticed that if you grep for is_type_object
, there are several instances where only CallableTypes are handled. Presumably, these all do the wrong thing for types with overloaded __new__
.
While fixing #12319 I noticed that if you grep for is_type_object
, there are several instances where only CallableTypes are handled. Presumably, these all do the wrong thing for types with overloaded __new__
.