Searched refs:LIST_APPEND (Results 1 – 7 of 7) sorted by relevance
100 #define LIST_APPEND 94 macro
488 .. opcode:: LIST_APPEND (i)
707 case LIST_APPEND: in opcode_stack_effect()2618 ADDOP_I(c, LIST_APPEND, gen_index+1); in compiler_listcomp_generator()
1607 TARGET(LIST_APPEND) in PyEval_EvalFrameEx()
959 * Added a new opcode, ``LIST_APPEND``, that simplifies the generated bytecode
11589 list comprehensions as the built-in compiler, using the LIST_APPEND
3055 - Implemented a newcode opcode, LIST_APPEND, that simplifies