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
Attempt to fix a crash related to partial defaultdict types (#8170)
It seems that in some cases `named_type` can fail, so instead I erase
the type using `erase_type`.
I don't have a simplified repro, but I verified that this fixes a crash
in an internal codebase.
0 commit comments