You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I happened to be reading through the typeshed code because of a completely unrelated issue I was tracking down, and noticed that the pow function return type seems to be overly broad:
I happened to be reading through the
typeshedcode because of a completely unrelated issue I was tracking down, and noticed that thepowfunction return type seems to be overly broad:https://github.com/python/typeshed/blob/master/stdlib/3/builtins.pyi#L703
Should that be?