]> granicus.if.org Git - python/commit
changes to _lookupName
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 17 Feb 2000 22:58:54 +0000 (22:58 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 17 Feb 2000 22:58:54 +0000 (22:58 +0000)
commitefd0694a2dc5f18b1205a0535949f4fb42fa3745
tree747b130c512402939462259a51c1a8bd5ecd46b8
parent3ec7e2c4be9b3127ed1b10de6e3c48e1786c1a10
changes to _lookupName
- removed now (happily) unused second arg
- need to verify results of [].index are correct; for building consts,
  need to have same value and same type, e.g. 2 not the same as 2L
Lib/compiler/pyassem.py
Tools/compiler/compiler/pyassem.py