Searched refs:LIST_APPEND (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython2/Include/ |
D | opcode.h | 100 #define LIST_APPEND 94 macro
|
/external/python/cpython3/Include/ |
D | opcode.h | 114 #define LIST_APPEND 145 macro
|
/external/python/cpython3/Doc/library/ |
D | dis.rst | 624 .. opcode:: LIST_APPEND (i) 636 For all of the :opcode:`SET_ADD`, :opcode:`LIST_APPEND` and :opcode:`MAP_ADD`
|
/external/python/cpython2/Doc/library/ |
D | dis.rst | 488 .. opcode:: LIST_APPEND (i)
|
/external/python/cpython3/Python/ |
D | compile.c | 898 case LIST_APPEND: in stack_effect() 3879 ADDOP_I(c, LIST_APPEND, gen_index + 1); in compiler_sync_comprehension_generator() 3997 ADDOP_I(c, LIST_APPEND, gen_index + 1); in compiler_async_comprehension_generator()
|
D | ceval.c | 1382 TARGET(LIST_APPEND) { in _PyEval_EvalFrameDefault()
|
/external/python/cpython2/Python/ |
D | compile.c | 707 case LIST_APPEND: in opcode_stack_effect() 2619 ADDOP_I(c, LIST_APPEND, gen_index+1); in compiler_listcomp_generator()
|
D | ceval.c | 1619 TARGET(LIST_APPEND) in PyEval_EvalFrameEx()
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.4.rst | 959 * Added a new opcode, ``LIST_APPEND``, that simplifies the generated bytecode
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.4.rst | 959 * Added a new opcode, ``LIST_APPEND``, that simplifies the generated bytecode
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 3605 the built-in compiler, using the LIST_APPEND opcode.
|
/external/python/cpython2/Misc/ |
D | HISTORY | 3055 - Implemented a newcode opcode, LIST_APPEND, that simplifies
|
/external/python/cpython3/Misc/ |
D | HISTORY | 20439 - Implemented a newcode opcode, LIST_APPEND, that simplifies
|