• Jeremy Hylton's avatar
    Undo change from list to dict for handling varnames, consts, etc. · bf77c465
    Jeremy Hylton yazdı
    As the doc string for _lookupName() explains:
    
        This routine uses a list instead of a dictionary, because a
        dictionary can't store two different keys if the keys have the
        same value but different types, e.g. 2 and 2L.  The compiler
        must treat these two separately, so it does an explicit type
        comparison before comparing the values.
    bf77c465
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
ast.py Loading commit data...
consts.py Loading commit data...
future.py Loading commit data...
misc.py Loading commit data...
pyassem.py Loading commit data...
pycodegen.py Loading commit data...
symbols.py Loading commit data...
transformer.py Loading commit data...
visitor.py Loading commit data...