summaryrefslogtreecommitdiffstats
path: root/Doc/README
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-01-25 17:01:49 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-01-25 17:01:49 (GMT)
commita6ebc4841db8324d89266436f4b4ac28a1f2141d (patch)
tree123f68e94def46310774cef093451a8912cad1ae /Doc/README
parent41eb3c7dc5064e8e2c66d3066f6cffb1ae4252b5 (diff)
downloadcpython-a6ebc4841db8324d89266436f4b4ac28a1f2141d.zip
cpython-a6ebc4841db8324d89266436f4b4ac28a1f2141d.tar.gz
cpython-a6ebc4841db8324d89266436f4b4ac28a1f2141d.tar.bz2
Fix bug reported by Ka-Ping Yee: The compiler botched parsing function
parameters that contained both anonymous tuples and *arg or **arg. Ex: def f(a, (b, c), *d): pass Fix the symtable_params() to generate names in the right order for co_varnames slot of code object. Consider *arg and **arg before the "complex" names introduced by anonymous tuples.
Diffstat (limited to 'Doc/README')
0 files changed, 0 insertions, 0 deletions