[Python-Dev] repeated keyword arguments (original) (raw)

Benjamin Peterson musiccomposition at gmail.com
Sat Jun 28 00:03:36 CEST 2008


On Fri, Jun 27, 2008 at 5:00 PM, Scott Dial <scott+python-dev at scottdial.com> wrote:

The old compiler checked for this, but the AST-based compiler just blindly compiles the entire keyword argument sequence.

The new compiler will check for it when my patch on the issue 3219 is applied.

-- Cheers, Benjamin Peterson "There's no place like 127.0.0.1."



More information about the Python-Dev mailing list