]> granicus.if.org Git - python/commit
Revise handling of tuple arguments so that the variables names match
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 12 Apr 2001 17:33:34 +0000 (17:33 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 12 Apr 2001 17:33:34 +0000 (17:33 +0000)
commitbfb0cf822bedb25c38fa7f411af83d6654872dd4
tree702092697a211956c2a864f25a17625d21d45a77
parente20bd19f86bfcb4f3862cdfa5f56c9e48012cced
Revise handling of tuple arguments so that the variables names match
those used by compile.c.  (test_grammar now depends on the names)
Lib/compiler/pyassem.py
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pyassem.py
Tools/compiler/compiler/pycodegen.py