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
mypyc was crashing because it couldn't find the type in the type map.
This PR adds a generic AnyType to the type map if an expression isn't in
the map already.
Tried actually changing mypy to accept these type alias expressions, but
ran into problems with nested type aliases where the inner one doesn't
have the "analyzed" value and ending up with wrong results.
fixesmypyc/mypyc#1064
0 commit comments