diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-01-25 17:01:49 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-01-25 17:01:49 (GMT) |
commit | a6ebc4841db8324d89266436f4b4ac28a1f2141d (patch) | |
tree | 123f68e94def46310774cef093451a8912cad1ae /Doc/README | |
parent | 41eb3c7dc5064e8e2c66d3066f6cffb1ae4252b5 (diff) | |
download | cpython-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