-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Currently the type checking of overloads is unsafe. We could potentially make them safe through a configuration option, at the cost of some flexibility.
#4332 is a similar idea for isinstance
checks, and some of the discussion there is also relevant here.