Home
last modified time | relevance | path

Searched refs:DICT_MERGE (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dopcode.h128 #define DICT_MERGE 164 macro
/third_party/python/Python/
Dcompile.c1116 case DICT_MERGE: in stack_effect()
4328 ADDOP_I(c, DICT_MERGE, 1); in compiler_call_helper()
4338 ADDOP_I(c, DICT_MERGE, 1); in compiler_call_helper()
4350 ADDOP_I(c, DICT_MERGE, 1); in compiler_call_helper()
Dceval.c2960 case TARGET(DICT_MERGE): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst890 .. opcode:: DICT_MERGE
/third_party/python/Misc/
DNEWS2926 simpler ones. The new bytecodes ``DICT_MERGE`` and ``DICT_UPDATE`` have