[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
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
More information about the Python-ideas
mailing list