Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Lib
test
test_long.py
Find file
Blame
History
Permalink
Fix various spots where int/long and str/unicode unification
· aa97f049
Walter Dörwald
authored
May 03, 2007
lead to type checks like isinstance(foo, (str, str)) or isinstance(foo, (int, int)).
aa97f049