Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid checking types of Callable when both type objects are pointing …
…to the same reference. This is a small check which would speed up cases drastically such as recursive generics with unions, since the type is equal but Pytype holds the expanded union type and attempts to go in deep to figure out each individual type matches. PiperOrigin-RevId: 700376520
- Loading branch information