]> granicus.if.org Git - python/commit
add support for Lambda nodes
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 11 Feb 2000 20:27:07 +0000 (20:27 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 11 Feb 2000 20:27:07 +0000 (20:27 +0000)
commit76d01b820c97b4d39688324843227783e0956fcb
tree55b247fcc1f0902fae137f3379886d2d81e7ee33
parent5de8cee73f0d6dad6ed1bcf5521dc68775cfe4b8
add support for Lambda nodes

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
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pycodegen.py