Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Lib
test
test_array.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