[Python-ideas] New 3.x restriction on number of keyword arguments
Greg Ewing
greg.ewing at canterbury.ac.nz
Sat Sep 18 10:29:02 CEST 2010
More information about the Python-ideas mailing list
Sat Sep 18 10:29:02 CEST 2010
- Previous message: [Python-ideas] New 3.x restriction on number of keyword arguments
- Next message: [Python-ideas] New 3.x restriction on number of keyword arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Cameron Simpson wrote: > If there's a (entirely reasonable IMHO) desire to get > the opcode small, the count should be encoded in a compact be extendable > form. I suspect it's more because it was easier to do it that way than to track down all the places that assume a bytecode never has more than one 16-bit operand. -- Greg
- Previous message: [Python-ideas] New 3.x restriction on number of keyword arguments
- Next message: [Python-ideas] New 3.x restriction on number of keyword arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list