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
Reject fake TypeInfos for TypedDict fallbacks (#7195)
This avoids possible crashes during calculations of meets and joins on a cold update.
We do this by rejecting a fake ad-hoc `TypeInfo` created by `fixup.py` if a file containing the typed dict fallback was deleted, and instead using the generic `typing._TypedDict` fallback.
0 commit comments