[Python-Dev] yeah! for Jeremy and Greg

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Wed, 29 Mar 2000 01:12:55 +0200


> I'm thrilled to see the extended call syntax patches go in!  One less =
wart
> in the language!

but did he compile before checking in?

..\Python\compile.c(1225) : error C2065: 'CALL_FUNCTION_STAR' :
undeclared identifier

(compile.c and opcode.h both mention this identifier, but
nobody defines it...  should it be CALL_FUNCTION_VAR,
perhaps?)

</F>