Home
last modified time | relevance | path

Searched refs:LIST_APPEND (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h100 #define LIST_APPEND 94 macro
/external/python/cpython2/Doc/library/
Ddis.rst488 .. opcode:: LIST_APPEND (i)
/external/python/cpython2/Python/
Dcompile.c707 case LIST_APPEND: in opcode_stack_effect()
2618 ADDOP_I(c, LIST_APPEND, gen_index+1); in compiler_listcomp_generator()
Dceval.c1607 TARGET(LIST_APPEND) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/whatsnew/
D2.4.rst959 * Added a new opcode, ``LIST_APPEND``, that simplifies the generated bytecode
/external/python/cpython2/Misc/
DNEWS11589 list comprehensions as the built-in compiler, using the LIST_APPEND
DHISTORY3055 - Implemented a newcode opcode, LIST_APPEND, that simplifies