Any objections to my adding a NOP instruction to support additional code generation improvements in Python/compile.c? One possible improvement is replacing [UNARY_NOT JUMP_IF_FALSE addr] with [NOP JUMP_IF_TRUE addr]. Raymond