-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
We should only support @overload in stubs, as the runtime dispatch implementation of @overload won't be included in PEP 484:
Also, we need to refactor away all instances of overloading from the code (outside stubs).
This can be implemented by just making the implementation of @overload raise an exception at runtime.