Fix various spots where int/long and str/unicode unification
lead to type checks like isinstance(foo, (str, str)) or isinstance(foo, (int, int)).
Showing
Please register or sign in to comment
lead to type checks like isinstance(foo, (str, str)) or isinstance(foo, (int, int)).