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
Don't crash when inspecting classes loaded from cache (#2185)
`ClassDef`s are populated with faked `TypeInfo` when loaded from cache.
A faked `TypeInfo` doesn't have all attributes of a `TypeInfo` set. So
we'll avoid inspecting the faked `TypeInfo`
0 commit comments