diff options
author | Walter Dörwald <walter@livinglogic.de> | 2007-05-03 21:05:51 +0000 |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2007-05-03 21:05:51 +0000 |
commit | aa97f0496412ed834aada921e29588ed16d68e40 (patch) | |
tree | cfe74cb3cd3ed5a27cbcfa404ea9fc8c73fd63f1 /Python/import.c | |
parent | 5d7a7001d9df605606b249b3e11707d6d1ad2e3d (diff) | |
download | cpython-git-aa97f0496412ed834aada921e29588ed16d68e40.tar.gz |
Fix various spots where int/long and str/unicode unification
lead to type checks like isinstance(foo, (str, str)) or
isinstance(foo, (int, int)).
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions