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
#2842 changed TypeConversionDict.get to catch TypeError in addition to ValueError, but other datastructures with get(type=) were not changed. Make them all consistent.
#2842 changed
TypeConversionDict.getto catchTypeErrorin addition toValueError, but other datastructures withget(type=)were not changed. Make them all consistent.