Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h136 #define DICT_MERGE 164 macro
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst192 new bytecodes ``DICT_MERGE`` and ``DICT_UPDATE`` have been added The old
/third_party/python/Python/
Dcompile.c1200 case DICT_MERGE: in stack_effect()
4510 ADDOP_I(c, DICT_MERGE, 1); in compiler_call_helper()
4520 ADDOP_I(c, DICT_MERGE, 1); in compiler_call_helper()
4532 ADDOP_I(c, DICT_MERGE, 1); in compiler_call_helper()
Dceval.c3375 case TARGET(DICT_MERGE): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst937 .. opcode:: DICT_MERGE