• Jeremy Hylton's avatar
    add support for Lambda nodes · 76d01b82
    Jeremy Hylton yazdı
    change resolution of local name ops (LOAD_FAST).  i think it makes
    sense now.  if it is an argument or a local var name that it used, it
    must be in varnames.  if it is a local var name that is used, it must
    also be in names
    76d01b82
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
ast.py Loading commit data...
consts.py Loading commit data...
misc.py Loading commit data...
pycodegen.py Loading commit data...
transformer.py Loading commit data...