> Python/compile.c, 2.150->2.151 > 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. I believe this bug report was only relevant for the compiler w/ symbol table pass introduced in Python 2.1. Jeremy
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4